summaryrefslogtreecommitdiff
path: root/sc/source/core/src/compiler.src
diff options
context:
space:
mode:
authorEike Rathke <er@openoffice.org>2001-07-12 20:32:50 +0000
committerEike Rathke <er@openoffice.org>2001-07-12 20:32:50 +0000
commitb806529b807e4c507f3a33b4b518b4d545de2fef (patch)
treecdc7757b77195d23cd0ce23630372c0c03436238 /sc/source/core/src/compiler.src
parentd42b974d158629e594a66a1f2e352d7b91db9c71 (diff)
#84545# add: percent sign operator ocPercentSign
Diffstat (limited to 'sc/source/core/src/compiler.src')
-rw-r--r--sc/source/core/src/compiler.src6
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/source/core/src/compiler.src b/sc/source/core/src/compiler.src
index 15852738a4af..daa163572dfd 100644
--- a/sc/source/core/src/compiler.src
+++ b/sc/source/core/src/compiler.src
@@ -2,9 +2,9 @@
*
* $RCSfile: compiler.src,v $
*
- * $Revision: 1.27 $
+ * $Revision: 1.28 $
*
- * last change: $Author: kz $ $Date: 2001-06-29 02:15:03 $
+ * last change: $Author: er $ $Date: 2001-07-12 21:30:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -124,6 +124,7 @@ Resource RID_SC_FUNCTION_NAMES
String SC_OPCODE_OPEN { Text = "(" ; };
String SC_OPCODE_CLOSE { Text = ")" ; };
String SC_OPCODE_SEP { Text = ";" ; };
+ String SC_OPCODE_PERCENT_SIGN { Text = "%" ; };
String SC_OPCODE_ADD { Text = "+" ; };
String SC_OPCODE_SUB { Text = "-" ; };
String SC_OPCODE_MUL { Text = "*" ; };
@@ -7510,6 +7511,7 @@ Resource RID_SC_FUNCTION_NAMES_ENGLISH
String SC_OPCODE_OPEN { Text = "(" ; };
String SC_OPCODE_CLOSE { Text = ")" ; };
String SC_OPCODE_SEP { Text = ";" ; };
+ String SC_OPCODE_PERCENT_SIGN { Text = "%" ; };
String SC_OPCODE_ADD { Text = "+" ; };
String SC_OPCODE_SUB { Text = "-" ; };
String SC_OPCODE_MUL { Text = "*" ; };