[ooo-build-commit] .: svx/source
Andras Timar
timar at kemper.freedesktop.org
Sat Oct 2 00:16:15 PDT 2010
svx/source/dialog/bmpmask.src | 8 ++++----
svx/source/engine3d/float3d.src | 6 +++---
2 files changed, 7 insertions(+), 7 deletions(-)
New commits:
commit 0bcbf55ff630476de11d64f461f9f078dfec1dfa
Author: Andras Timar <timar at fsf.hu>
Date: Sat Oct 2 09:15:04 2010 +0200
make CustomUnitText "Pixel" localisable, #i35956#
diff --git a/svx/source/dialog/bmpmask.src b/svx/source/dialog/bmpmask.src
index d299def..4b93fe9 100644
--- a/svx/source/dialog/bmpmask.src
+++ b/svx/source/dialog/bmpmask.src
@@ -102,7 +102,7 @@ DockingWindow RID_SVXDLG_BMPMASK
Last = 99 ;
SpinSize = 1 ;
Unit = FUNIT_CUSTOM ;
- CustomUnitText = " %" ;
+ CustomUnitText = "%" ;
};
ListBox LB_1
{
@@ -142,7 +142,7 @@ DockingWindow RID_SVXDLG_BMPMASK
Last = 99 ;
SpinSize = 1 ;
Unit = FUNIT_CUSTOM ;
- CustomUnitText = " %" ;
+ CustomUnitText = "%" ;
};
ListBox LB_2
{
@@ -182,7 +182,7 @@ DockingWindow RID_SVXDLG_BMPMASK
Last = 99 ;
SpinSize = 1 ;
Unit = FUNIT_CUSTOM ;
- CustomUnitText = " %" ;
+ CustomUnitText = "%" ;
};
ListBox LB_3
{
@@ -222,7 +222,7 @@ DockingWindow RID_SVXDLG_BMPMASK
Last = 99 ;
SpinSize = 1 ;
Unit = FUNIT_CUSTOM ;
- CustomUnitText = " %" ;
+ CustomUnitText = "%" ;
};
ListBox LB_4
{
diff --git a/svx/source/engine3d/float3d.src b/svx/source/engine3d/float3d.src
index 0fce465..1f77b7f 100644
--- a/svx/source/engine3d/float3d.src
+++ b/svx/source/engine3d/float3d.src
@@ -242,7 +242,7 @@ DockingWindow RID_SVXFLOAT_3D
Maximum = 100 ;
Last = 100 ;
Unit = FUNIT_CUSTOM ;
- CustomUnitText = " %" ;
+ CustomUnitText = "%" ;
};
FixedText FT_BACKSCALE
{
@@ -262,7 +262,7 @@ DockingWindow RID_SVXFLOAT_3D
SpinSize = 5 ;
Maximum = 10000 ;
Unit = FUNIT_CUSTOM ;
- CustomUnitText = " %" ;
+ CustomUnitText = "%" ;
Last = 10000 ;
};
FixedText FT_END_ANGLE
@@ -1105,7 +1105,7 @@ DockingWindow RID_SVXFLOAT_3D
Repeat = TRUE ;
Spin = TRUE ;
Unit = FUNIT_CUSTOM ;
- CustomUnitText = " %" ;
+ CustomUnitText = "%" ;
Minimum = 1 ;
First = 1 ;
Maximum = 100 ;
More information about the ooo-build-commit
mailing list