[ooo-build-commit] .: 2 commits - cui/source

Andras Timar timar at kemper.freedesktop.org
Sat Oct 2 00:16:39 PDT 2010


 cui/source/dialogs/grfflt.src    |    8 ++++----
 cui/source/tabpages/tabline.src  |    6 +++---
 cui/source/tabpages/textanim.src |    2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)

New commits:
commit 130b6bc4fd3d96287ec3ff31b0f8e37e1429775e
Author: Andras Timar <timar at fsf.hu>
Date:   Sat Oct 2 09:14:11 2010 +0200

    make CustomUnitText "Pixel" localisable, #i35956#

diff --git a/cui/source/dialogs/grfflt.src b/cui/source/dialogs/grfflt.src
index d8cd877..2c49939 100644
--- a/cui/source/dialogs/grfflt.src
+++ b/cui/source/dialogs/grfflt.src
@@ -179,7 +179,7 @@ ModalDialog RID_SVX_GRFFILTER_DLG_SOLARIZE
         Maximum = 100 ; 
         StrictFormat = TRUE ; 
         Unit = FUNIT_CUSTOM ; 
-        CustomUnitText = " %" ;
+        CustomUnitText = "%" ;
         Last = 100 ; 
         SpinSize = 1 ; 
     };
@@ -258,7 +258,7 @@ ModalDialog RID_SVX_GRFFILTER_DLG_SEPIA
         Maximum = 100 ; 
         StrictFormat = TRUE ; 
         Unit = FUNIT_CUSTOM ; 
-        CustomUnitText = " %" ;
+        CustomUnitText = "%" ;
         First = 1 ; 
         Last = 100 ; 
         SpinSize = 1 ; 
diff --git a/cui/source/tabpages/tabline.src b/cui/source/tabpages/tabline.src
index 435ff95..57d8213 100644
--- a/cui/source/tabpages/tabline.src
+++ b/cui/source/tabpages/tabline.src
@@ -475,7 +475,7 @@ TabPage RID_SVXPAGE_LINE_DEF
         DecimalDigits = 2 ;
         Value = 1 ;
         Unit = FUNIT_MM ;
-        CustomUnitText = " %" ;
+        CustomUnitText = "%" ;
         SpinSize = 10 ;
     };
     MetricField MTR_FLD_LENGTH_2
@@ -495,7 +495,7 @@ TabPage RID_SVXPAGE_LINE_DEF
         DecimalDigits = 2 ;
         Value = 1 ;
         Unit = FUNIT_MM ;
-        CustomUnitText = " %" ;
+        CustomUnitText = "%" ;
         SpinSize = 10 ;
     };
     FixedText FT_DISTANCE
@@ -518,7 +518,7 @@ TabPage RID_SVXPAGE_LINE_DEF
         DecimalDigits = 2 ;
         Value = 1 ;
         Unit = FUNIT_MM ;
-        CustomUnitText = " %" ;
+        CustomUnitText = "%" ;
         Last = 5000 ;
         SpinSize = 10 ;
     };
commit 7878b9ec6c41c871ad9290701a1d4996d9b55e97
Author: Andras Timar <timar at fsf.hu>
Date:   Sat Oct 2 08:53:21 2010 +0200

    make CustomUnitText "%" consistent, #i35956#
    
    Despite the state of issue #i35956# this patch was not integrated.

diff --git a/cui/source/dialogs/grfflt.src b/cui/source/dialogs/grfflt.src
index f91a667..d8cd877 100644
--- a/cui/source/dialogs/grfflt.src
+++ b/cui/source/dialogs/grfflt.src
@@ -76,7 +76,7 @@ ModalDialog RID_SVX_GRFFILTER_DLG_MOSAIC
         Maximum = 999 ;
         StrictFormat = TRUE ;
         Unit = FUNIT_CUSTOM ;
-        CustomUnitText = " Pixel" ;
+        CustomUnitText [ en-US ] = " Pixel" ;
         First = 1 ;
         Last = 999 ;
         SpinSize = 1 ;
@@ -101,7 +101,7 @@ ModalDialog RID_SVX_GRFFILTER_DLG_MOSAIC
         Maximum = 999 ;
         StrictFormat = TRUE ;
         Unit = FUNIT_CUSTOM ;
-        CustomUnitText = " Pixel" ;
+        CustomUnitText [ en-US ] = " Pixel" ;
         First = 1 ;
         Last = 999 ;
         SpinSize = 1 ;
diff --git a/cui/source/tabpages/textanim.src b/cui/source/tabpages/textanim.src
index c665b2f..346426f 100644
--- a/cui/source/tabpages/textanim.src
+++ b/cui/source/tabpages/textanim.src
@@ -225,7 +225,7 @@ TabPage RID_SVXPAGE_TEXTANIMATION
         Spin = TRUE ;
         StrictFormat = TRUE ;
         Unit = FUNIT_CUSTOM ;
-        CustomUnitText = " Pixel" ;
+        CustomUnitText [ en-US ] = " Pixel" ;
         Minimum = 1 ;
         First = 1 ;
         Maximum = 10000 ;


More information about the ooo-build-commit mailing list