[ooo-build-commit] .: patches/dev300
Andras Timar
timar at kemper.freedesktop.org
Thu Apr 8 06:28:20 PDT 2010
patches/dev300/apply | 1 +
patches/dev300/chart-ui-fix.diff | 11 +++++++++++
2 files changed, 12 insertions(+)
New commits:
commit b2389e2f4a38d5c221df3122d6267eb4590d214f
Author: Andras Timar <timar at fsf.hu>
Date: Thu Apr 8 15:27:35 2010 +0200
fixed a truncation in chart ui
* patches/dev300/apply:
* patches/dev300/chart-ui-fix.diff:
diff --git a/patches/dev300/apply b/patches/dev300/apply
index 6c57473..0b3a6e9 100644
--- a/patches/dev300/apply
+++ b/patches/dev300/apply
@@ -3892,6 +3892,7 @@ svx-hu-name-order.diff, i#105342, timar
vcl-stl-fix.diff, n#588957, thorsten
vcl-default-wheel-behaviour.diff, n#591650, thorsten
filled-tab-editeng.diff, n#564454, cbosdo
+chart-ui-fix.diff, i#110702, timar
[ Features ]
# embed generic media files inside odf docs, 2nd part
diff --git a/patches/dev300/chart-ui-fix.diff b/patches/dev300/chart-ui-fix.diff
new file mode 100644
index 0000000..81400b3
--- /dev/null
+++ b/patches/dev300/chart-ui-fix.diff
@@ -0,0 +1,11 @@
+--- chart2/source/controller/dialogs/res_LegendPosition_tmpl.hrc.orig 2010-02-12 22:25:30.000000000 +0100
++++ chart2/source/controller/dialogs/res_LegendPosition_tmpl.hrc 2010-04-08 15:16:32.964875000 +0200
+@@ -38,7 +38,7 @@
+ { \
+ HelpID = HID_SCH_LEGEND_SHOW ; \
+ Pos = MAP_APPFONT ( xpos , ypos ) ; \
+- Size = MAP_APPFONT ( 67 , 12 ) ; \
++ Size = MAP_APPFONT ( 83 , 12 ) ; \
+ Text [ en-US ] = "~Display legend" ; \
+ TabStop = TRUE ; \
+ };
More information about the ooo-build-commit
mailing list