[ooo-build-commit] Branch 'ooo-build-3-1-1' - patches/dev300
Jan Nieuwenhuizen
janneke at kemper.freedesktop.org
Tue Oct 20 07:10:08 PDT 2009
patches/dev300/apply | 1
patches/dev300/layout-calc-advanced-search-in.diff | 26 +++++++++++++++++++++
2 files changed, 27 insertions(+)
New commits:
commit 9c6f5fadc204bdc49ce058427af95de732e256e6
Author: Jan Nieuwenhuizen <janneke at gnu.org>
Date: Tue Oct 20 15:34:07 2009 +0200
Populate "Search in" with Formulas:Values:Notes. Fixes n#548249.
* Modified patches/dev300/apply
* Added patches/dev300/layout-calc-advanced-search-in.diff
diff --git a/patches/dev300/apply b/patches/dev300/apply
index 8ee7d77..1c4b215 100644
--- a/patches/dev300/apply
+++ b/patches/dev300/apply
@@ -2468,6 +2468,7 @@ buildfix-toolkit-workben-layout.diff
# Fix heavy parallel build of the zips containing the xmls
layout-parallel-build.diff
+layout-calc-advanced-search-in.diff, n#548249, janneke
[ FrameworkFeature ]
SectionOwner => kohei
diff --git a/patches/dev300/layout-calc-advanced-search-in.diff b/patches/dev300/layout-calc-advanced-search-in.diff
new file mode 100644
index 0000000..0d8ddc5
--- /dev/null
+++ b/patches/dev300/layout-calc-advanced-search-in.diff
@@ -0,0 +1,26 @@
+From baab3f413ac4aefff83af9129ad108caf5bc85d6 Mon Sep 17 00:00:00 2001
+From: Jan Nieuwenhuizen <janneke at gnu.org>
+Date: Tue, 20 Oct 2009 15:27:20 +0200
+Subject: [PATCH] Populate "Search in" with Formulas:Values:Notes. Fixes n#548249.
+
+ * Modified svx/uiconfig/layout/find-and-replace.xml
+---
+ svx/uiconfig/layout/find-and-replace.xml | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git svx/uiconfig/layout/find-and-replace.xml svx/uiconfig/layout/find-and-replace.xml
+index 6ff1aab..771ffb9 100644
+--- svx/uiconfig/layout/find-and-replace.xml
++++ svx/uiconfig/layout/find-and-replace.xml
+@@ -144,7 +144,7 @@
+ <fixedline show="false" id="FL_CALC"/>
+ <hbox spacing="6" border="0">
+ <fixedtext show="false" id="FT_CALC_SEARCHIN" _label="~Search in"/>
+- <listbox has_border="true" dropdown="true" show="false" id="LB_CALC_SEARCHIN" tabstop="true"/>
++ <listbox has_border="true" dropdown="true" show="false" id="LB_CALC_SEARCHIN" tabstop="true" string-item-list="Formulas:Values:Notes"/>
+ </hbox>
+ <hbox spacing="6" border="0">
+ <fixedtext show="false" id="FT_CALC_SEARCHDIR" _label="~Search direction"/>
+--
+1.6.3.3
+
More information about the ooo-build-commit
mailing list