Bugzilla – Attachment 140485 Details for
Bug 74577
Pasting a HTML table into Libreoffice Calc can jumble the table up.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
a patch that possibly fix this bug, but don't trust(see comment)
htmlparsefix.patch (text/plain), 669 bytes, created by
himajin100000
on 2018-03-08 20:30:18 UTC
(
hide
)
Description:
a patch that possibly fix this bug, but don't trust(see comment)
Filename:
MIME Type:
Creator:
himajin100000
Created:
2018-03-08 20:30:18 UTC
Size:
669 bytes
patch
obsolete
>diff --git a/sc/source/filter/html/htmlpars.cxx b/sc/source/filter/html/htmlpars.cxx >index fd596fbcf173..4e06d9448fe7 100755 >--- a/sc/source/filter/html/htmlpars.cxx >+++ b/sc/source/filter/html/htmlpars.cxx >@@ -647,6 +647,7 @@ void ScHTMLLayoutParser::SetWidths() > for ( nCol = 0; nCol <= nColsPerRow; ++nCol, nOff = nOff + nWidth ) > { > MakeColNoRef( pLocalColOffset, nOff, 0, 0, 0 ); >+ MakeColNoRef( &maColOffset, nOff,0,0,0); > } > nTableWidth = static_cast<sal_uInt16>(pLocalColOffset->back() - pLocalColOffset->front()); > for ( size_t i = nFirstTableCell, nListSize = maList.size(); i < nListSize; ++i )
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 74577
:
93466
|
93468
|
93471
|
93472
|
93473
|
111769
| 140485 |
178286