Bugzilla – Attachment 46206 Details for
Bug 33462
FILEOPEN: docx: import applies height of first row to following tables/rows
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch file for TableManager.hxx
TableManager.hxx.diff (text/plain), 726 bytes, created by
MarcelHB
on 2011-04-30 16:47:36 UTC
(
hide
)
Description:
patch file for TableManager.hxx
Filename:
MIME Type:
Creator:
MarcelHB
Created:
2011-04-30 16:47:36 UTC
Size:
726 bytes
patch
obsolete
>diff --git a/writerfilter/inc/resourcemodel/TableManager.hxx b/writerfilter/inc/resourcemodel/TableManager.hxx >index 7579ff6..7c32d58 100644 >--- a/writerfilter/inc/resourcemodel/TableManager.hxx >+++ b/writerfilter/inc/resourcemodel/TableManager.hxx >@@ -221,7 +221,7 @@ class TableManager > > void resetRowProps() > { >- mpCellProps.reset(); >+ mpRowProps.reset(); > } > > void setRowProps(PropertiesPointer pProps) >@@ -998,6 +998,7 @@ void TableManager<T, PropertiesPointer>::resolveCurrentTable() > } > > mpTableDataHandler->endRow(); >+ resetRowProps(); > } > > mpTableDataHandler->endTable();
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 33462
:
42457
|
46206
|
46294