[Libreoffice-commits] core.git: Branch 'aoo/trunk' - cui/source
Matthias Seidel
mseidel at apache.org
Sun Jun 17 16:09:29 UTC 2018
cui/source/tabpages/page.src | 86 +++++--------------------------------------
1 file changed, 10 insertions(+), 76 deletions(-)
New commits:
commit a66fd13e809230b03bb085828a7be3c1299edb91
Author: Matthias Seidel <mseidel at apache.org>
Date: Sun Jun 17 15:46:58 2018 +0000
Fixed typos:
congiguration -> configuration
Deleted whitespace
diff --git a/cui/source/tabpages/page.src b/cui/source/tabpages/page.src
index f4348f9417da..7971ffe96b61 100644
--- a/cui/source/tabpages/page.src
+++ b/cui/source/tabpages/page.src
@@ -72,7 +72,7 @@ TabPage RID_SVXPAGE_PAGE
Left = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
- // #i4219# taken from congiguration now Maximum = 11900 ;
+ // #i4219# taken from configuration now Maximum = 11900 ;
DecimalDigits = 2 ;
Unit = FUNIT_CM ;
// #i4219# Last = 11900 ;
@@ -94,7 +94,7 @@ TabPage RID_SVXPAGE_PAGE
Left = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
- // #i4219# taken from congiguration now Maximum = 11900 ;
+ // #i4219# taken from configuration now Maximum = 11900 ;
DecimalDigits = 2 ;
Unit = FUNIT_CM ;
// #i4219# Last = 11900 ;
@@ -182,10 +182,10 @@ TabPage RID_SVXPAGE_PAGE
Left = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
- // #i4219# taken from congiguration now Maximum = 9999 ;
+ // #i4219# taken from configuration now Maximum = 9999 ;
DecimalDigits = 2 ;
Unit = FUNIT_CM ;
- // #i4219# Last = 9999 ;
+ // #i4219# Last = 9999 ;
SpinSize = 10 ;
};
FixedText FT_RIGHT_MARGIN
@@ -204,10 +204,10 @@ TabPage RID_SVXPAGE_PAGE
Left = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
- // #i4219# taken from congiguration now Maximum = 9999 ;
+ // #i4219# taken from configuration now Maximum = 9999 ;
DecimalDigits = 2 ;
Unit = FUNIT_CM ;
- // #i4219# Last = 9999 ;
+ // #i4219# Last = 9999 ;
SpinSize = 10 ;
};
FixedText FT_TOP_MARGIN
@@ -226,10 +226,10 @@ TabPage RID_SVXPAGE_PAGE
Left = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
- // #i4219# taken from congiguration now Maximum = 9999 ;
+ // #i4219# taken from configuration now Maximum = 9999 ;
DecimalDigits = 2 ;
Unit = FUNIT_CM ;
- // #i4219# Last = 9999 ;
+ // #i4219# Last = 9999 ;
SpinSize = 10 ;
};
FixedText FT_BOTTOM_MARGIN
@@ -248,10 +248,10 @@ TabPage RID_SVXPAGE_PAGE
Left = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
- // #i4219# taken from congiguration now Maximum = 9999 ;
+ // #i4219# taken from configuration now Maximum = 9999 ;
DecimalDigits = 2 ;
Unit = FUNIT_CM ;
- // #i4219# Last = 9999 ;
+ // #i4219# Last = 9999 ;
SpinSize = 10 ;
};
FixedLine FL_BOTTOM_SEP
@@ -452,69 +452,3 @@ StringArray RID_SVXSTRARY_PAPERSIZE_DRAW
};
// ********************************************************************** EOF
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
More information about the Libreoffice-commits
mailing list