[Libreoffice-commits] core.git: starmath/source
Andras Timar
atimar at suse.com
Thu Jun 13 00:25:07 PDT 2013
starmath/source/commands.src | 50 ++++++++++++++++++++++++++++++++++---------
1 file changed, 40 insertions(+), 10 deletions(-)
New commits:
commit 3c3075bdc8c1d425ff7f1e6a94538aab7d6a5db2
Author: Andras Timar <atimar at suse.com>
Date: Thu Jun 13 08:27:35 2013 +0200
work around lexer bug in l10ntools
Change-Id: Ie53e5475888b9a912f868c12c471b2521f6b0ea1
diff --git a/starmath/source/commands.src b/starmath/source/commands.src
index d719d77..e30e3e0 100644
--- a/starmath/source/commands.src
+++ b/starmath/source/commands.src
@@ -257,16 +257,46 @@ String RID_XSUCCEEDSEQUIVY { Text = "<?> succsim <?> " ; };
String RID_XNOTPRECEDESY { Text = "<?> nprec <?> " ; };
String RID_XNOTSUCCEEDSY { Text = "<?> nsucc <?> " ; };
-String RID_CATEGORY_UNARY_BINARY_OPERATORS { Text [ en-US ] = "Unary/Binary Operators" ; };
-String RID_CATEGORY_RELATIONS { Text [ en-US ] = "Relations" ; };
-String RID_CATEGORY_SET_OPERATIONS { Text [ en-US ] = "Set Operations" ; };
-String RID_CATEGORY_FUNCTIONS { Text [ en-US ] = "Functions" ; };
-String RID_CATEGORY_OPERATORS { Text [ en-US ] = "Operators" ; };
-String RID_CATEGORY_ATTRIBUTES { Text [ en-US ] = "Attributes" ; };
-String RID_CATEGORY_BRACKETS { Text [ en-US ] = "Brackets" ; };
-String RID_CATEGORY_FORMATS { Text [ en-US ] = "Formats" ; };
-String RID_CATEGORY_OTHERS { Text [ en-US ] = "Others" ; };
-String RID_CATEGORY_EXAMPLES { Text [ en-US ] = "Examples" ; };
+String RID_CATEGORY_UNARY_BINARY_OPERATORS
+{
+ Text [ en-US ] = "Unary/Binary Operators" ;
+};
+String RID_CATEGORY_RELATIONS
+{
+ Text [ en-US ] = "Relations" ;
+};
+String RID_CATEGORY_SET_OPERATIONS
+{
+ Text [ en-US ] = "Set Operations" ;
+};
+String RID_CATEGORY_FUNCTIONS
+{
+ Text [ en-US ] = "Functions" ;
+};
+String RID_CATEGORY_OPERATORS
+{
+ Text [ en-US ] = "Operators" ;
+};
+String RID_CATEGORY_ATTRIBUTES
+{
+ Text [ en-US ] = "Attributes" ;
+};
+String RID_CATEGORY_BRACKETS
+{
+ Text [ en-US ] = "Brackets" ;
+};
+String RID_CATEGORY_FORMATS
+{
+ Text [ en-US ] = "Formats" ;
+};
+String RID_CATEGORY_OTHERS
+{
+ Text [ en-US ] = "Others" ;
+};
+String RID_CATEGORY_EXAMPLES
+{
+ Text [ en-US ] = "Examples" ;
+};
//////////////////////////////////////////
More information about the Libreoffice-commits
mailing list