summaryrefslogtreecommitdiff
path: root/vcl/source/src
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-20 12:20:06 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-20 12:20:09 +0000
commit269af0448130df8b816cf868a1fe4490252cb713 (patch)
treef57deba2a0f34b4a4348d225925e8641356c93ea /vcl/source/src
parentab50bc9d4a72193c1fefcbf0652938995094bc41 (diff)
Related: #i56998# no space for degree symbol
and now space between number and pages is explicitly added by code Change-Id: Ic4e73d2f30b93bd4a34b98f480f1ba111c9a285d
Diffstat (limited to 'vcl/source/src')
-rw-r--r--vcl/source/src/units.src4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/src/units.src b/vcl/source/src/units.src
index 3445e921e283..2e405858f8fc 100644
--- a/vcl/source/src/units.src
+++ b/vcl/source/src/units.src
@@ -43,8 +43,8 @@ StringArray SV_FUNIT_STRINGS
< "ch" ; FUNIT_CHAR ; > ;
< "line" ; FUNIT_LINE ; > ;
< "%" ; FUNIT_PERCENT ; > ;
- < " pixels" ; FUNIT_PIXEL ; > ;
- < " pixel" ; FUNIT_PIXEL ; > ;
+ < "pixels" ; FUNIT_PIXEL ; > ;
+ < "pixel" ; FUNIT_PIXEL ; > ;
< "°" ; FUNIT_DEGREE ; > ;
< "sec" ; FUNIT_SECOND ; > ;
< "ms" ; FUNIT_MILLISECOND ; > ;