diff options
author | Jan Holesovsky <kendy@suse.cz> | 2010-10-15 11:09:15 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2010-10-15 11:09:15 +0200 |
commit | 109c457dbaf8116327ce6a0fda18895fd1c518f5 (patch) | |
tree | 6b39e43f1cc3ad43c7a75116cbf23c178f7773e9 /sw/source/ui/dochdl/swdtflvr.cxx | |
parent | 3a14ee169ab8303d9eb6d53dbb5708fac2557912 (diff) |
Don't set header in DDE tables, usually not what the user wants.
sw-dde-table-no-header.diff, n#634517
Diffstat (limited to 'sw/source/ui/dochdl/swdtflvr.cxx')
-rw-r--r-- | sw/source/ui/dochdl/swdtflvr.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/dochdl/swdtflvr.cxx b/sw/source/ui/dochdl/swdtflvr.cxx index 11d0f802e1..c2dbe91add 100644 --- a/sw/source/ui/dochdl/swdtflvr.cxx +++ b/sw/source/ui/dochdl/swdtflvr.cxx @@ -2140,7 +2140,7 @@ int SwTransferable::_PasteDDE( TransferableDataHelper& rData, } rWrtShell.InsertDDETable( - SwInsertTableOptions( tabopts::HEADLINE_NO_BORDER, 1 ), // TODO MULTIHEADER + SwInsertTableOptions( tabopts::SPLIT_LAYOUT, 1 ), // TODO MULTIHEADER pDDETyp, nRows, nCols ); } else if( 1 < aExpand.GetTokenCount( '\n' ) ) |