[ooo-build-commit] patches/dev300

Thorsten Behrens thorsten at kemper.freedesktop.org
Thu Dec 17 23:15:47 PST 2009


 patches/dev300/apply                              |    1 
 patches/dev300/layout-move-copy-fixed-height.diff |   24 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)

New commits:
commit 2bf6c7bfeb7bd0e995b15f90eb406d1fa35e232c
Author: Thorsten Behrens <tbehrens at novell.com>
Date:   Fri Dec 18 00:30:29 2009 +0100

    Fix line count of move-copy sheet dlg
    
    * patches/dev300/apply: added below patch
    * patches/dev300/layout-move-copy-fixed-height.diff: set fixed line-
      count to move-copy sheet dlg's listbox. Avoids obscene dialog
      heights for large number of sheets. Fixes n#559438.

diff --git a/patches/dev300/apply b/patches/dev300/apply
index 9402b03..36e2bcc 100644
--- a/patches/dev300/apply
+++ b/patches/dev300/apply
@@ -2377,6 +2377,7 @@ layout-parallel-build.diff
 layout-fix-experimental-layout.diff, n#557230, thorsten
 layout-crash-fix.diff, n#557230, thorsten
 layout-listbox-minsize.diff, n#557230, thorsten
+layout-move-copy-fixed-height.diff, n#559438, thorsten
 
 [ FrameworkFeature ]
 SectionOwner => kohei
diff --git a/patches/dev300/layout-move-copy-fixed-height.diff b/patches/dev300/layout-move-copy-fixed-height.diff
new file mode 100644
index 0000000..22f6fa8
--- /dev/null
+++ b/patches/dev300/layout-move-copy-fixed-height.diff
@@ -0,0 +1,24 @@
+Give listbox in move-copy sheet dlg fixed num of lines
+
+From: Thorsten Behrens <thb at openoffice.org>
+
+
+---
+
+ sc/uiconfig/layout/move-copy-sheet.xml |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+
+diff --git sc/uiconfig/layout/move-copy-sheet.xml sc/uiconfig/layout/move-copy-sheet.xml
+index 3d26db1..9328724 100644
+--- sc/uiconfig/layout/move-copy-sheet.xml
++++ sc/uiconfig/layout/move-copy-sheet.xml
+@@ -9,7 +9,7 @@
+         <fixedtext id="FT_DEST" _label="To ~document"/>
+         <listbox has_border="true" dropdown="true" id="LB_DEST" tabstop="true"/>
+         <fixedtext id="FT_INSERT" _label="~Insert before"/>
+-        <listbox has_border="true" id="LB_INSERT" tabstop="true" string-item-list=" : : : : " />
++        <listbox has_border="true" id="LB_INSERT" tabstop="true" line-count="7" string-item-list=" : : : : " />
+         <checkbox id="BTN_COPY" tabstop="true" _label="~Copy"/>
+     <dialogbuttonhbox border="5" spacing="5">
+         <flow/>


More information about the ooo-build-commit mailing list