[Libreoffice-commits] .: sw/source
Jan Holesovsky
kendy at kemper.freedesktop.org
Fri Oct 15 02:11:58 PDT 2010
sw/source/ui/dochdl/swdtflvr.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 109c457dbaf8116327ce6a0fda18895fd1c518f5
Author: Jan Holesovsky <kendy at suse.cz>
Date: Fri Oct 15 11:09:15 2010 +0200
Don't set header in DDE tables, usually not what the user wants.
sw-dde-table-no-header.diff, n#634517
diff --git a/sw/source/ui/dochdl/swdtflvr.cxx b/sw/source/ui/dochdl/swdtflvr.cxx
index 11d0f80..c2dbe91 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' ) )
More information about the Libreoffice-commits
mailing list