[Libreoffice-commits] .: patches/dev300
Jan Holesovsky
kendy at kemper.freedesktop.org
Fri Oct 15 02:11:55 PDT 2010
patches/dev300/apply | 3 ---
patches/dev300/sw-dde-table-no-header.diff | 11 -----------
2 files changed, 14 deletions(-)
New commits:
commit 5a31d38be2164f6be1663b424575cf9229fcf9a5
Author: Jan Holesovsky <kendy at suse.cz>
Date: Fri Oct 15 11:11:41 2010 +0200
sw-dde-table-no-header.diff moved to LO.
diff --git a/patches/dev300/apply b/patches/dev300/apply
index 264a0d0..b0df9b2 100644
--- a/patches/dev300/apply
+++ b/patches/dev300/apply
@@ -2461,9 +2461,6 @@ svtools-wmf-clipperf.diff, n#535304, thorsten
# is in. Just don't bother handling such empty "link annotations".
pdf-link-export-fix.diff, n#598816, n#639278, cbosdo
-# don't set header in DDE tables, usually not what the user wants
-sw-dde-table-no-header.diff, n#634517, jholesov
-
[ Toolbars ]
SectionOwner => jholesov
# experimental now
diff --git a/patches/dev300/sw-dde-table-no-header.diff b/patches/dev300/sw-dde-table-no-header.diff
deleted file mode 100644
index 1d3c496..0000000
--- a/patches/dev300/sw-dde-table-no-header.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- sw/source/ui/dochdl/swdtflvr.cxx 2010-09-16 08:28:23.000000000 +0200
-+++ sw/source/ui/dochdl/swdtflvr.cxx 2010-09-16 08:28:18.000000000 +0200
-@@ -2222,7 +2222,7 @@ int SwTransferable::_PasteDDE( Transfera
- }
-
- 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