Update ooo320-m1
[ooovba.git] / applied_patches / 0100-customunittext-pixel.diff
blob9b54a6c8f820d7b357f555d6f9ccd2db6445139c
1 --- sd/source/ui/dlg/vectdlg.src.orig 2008-03-23 15:10:03.984375000 +0100
2 +++ sd/source/ui/dlg/vectdlg.src 2008-03-23 15:19:09.062500000 +0100
3 @@ -136,7 +136,7 @@
4 Last = 32 ;
5 SpinSize = 1 ;
6 Unit = FUNIT_CUSTOM ;
7 - CustomUnitText = " Pixel" ;
8 + CustomUnitText [ en-US ] = " Pixel" ;
9 };
11 CheckBox CB_FILLHOLES
12 @@ -169,7 +169,7 @@
13 Last = 128;
14 SpinSize = 1;
15 Unit = FUNIT_CUSTOM ;
16 - CustomUnitText = " Pixel" ;
17 + CustomUnitText [ en-US ] = " Pixel" ;
20 FixedText FT_ORIGINAL
21 --- svx/source/cui/grfflt.src
22 +++ svx/source/cui/grfflt.src
23 @@ -83,7 +83,7 @@
24 Maximum = 999 ;
25 StrictFormat = TRUE ;
26 Unit = FUNIT_CUSTOM ;
27 - CustomUnitText = " Pixel" ;
28 + CustomUnitText [ en-US ] = " Pixel" ;
29 First = 1 ;
30 Last = 999 ;
31 SpinSize = 1 ;
32 @@ -108,7 +108,7 @@
33 Maximum = 999 ;
34 StrictFormat = TRUE ;
35 Unit = FUNIT_CUSTOM ;
36 - CustomUnitText = " Pixel" ;
37 + CustomUnitText [ en-US ] = " Pixel" ;
38 First = 1 ;
39 Last = 999 ;
40 SpinSize = 1 ;
41 --- svx/source/cui/textanim.src
42 +++ svx/source/cui/textanim.src
43 @@ -232,7 +232,7 @@
44 Spin = TRUE ;
45 StrictFormat = TRUE ;
46 Unit = FUNIT_CUSTOM ;
47 - CustomUnitText = " Pixel" ;
48 + CustomUnitText [ en-US ] = " Pixel" ;
49 Minimum = 1 ;
50 First = 1 ;
51 Maximum = 10000 ;