summaryrefslogtreecommitdiff
path: root/sc/source/core/src/compiler.src
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-07-10 11:32:03 +0000
committerOliver Bolte <obo@openoffice.org>2006-07-10 11:32:03 +0000
commitb14af12c26e103e4deca3d49fe20dc1cc4714107 (patch)
tree16424ca96b90aa7ebc0d8dddb666554a3f5b3037 /sc/source/core/src/compiler.src
parent0710759646b88cdebfda251fba8c27797aa0a0c7 (diff)
INTEGRATION: CWS dr47 (1.48.102); FILE MERGED
2006/03/10 14:05:00 dr 1.48.102.1: #i49498# INFO function
Diffstat (limited to 'sc/source/core/src/compiler.src')
-rw-r--r--sc/source/core/src/compiler.src10
1 files changed, 8 insertions, 2 deletions
diff --git a/sc/source/core/src/compiler.src b/sc/source/core/src/compiler.src
index 06c7a48e99d8..a12b804668c9 100644
--- a/sc/source/core/src/compiler.src
+++ b/sc/source/core/src/compiler.src
@@ -4,9 +4,9 @@
*
* $RCSfile: compiler.src,v $
*
- * $Revision: 1.48 $
+ * $Revision: 1.49 $
*
- * last change: $Author: rt $ $Date: 2005-10-21 11:53:37 $
+ * last change: $Author: obo $ $Date: 2006-07-10 12:32:03 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1666,6 +1666,11 @@ Resource RID_SC_FUNCTION_NAMES
Text [ de ] = "HYPERLINK";
Text[ en-US ] = "HYPERLINK";
};
+ String SC_OPCODE_INFO
+ {
+ Text [ de ] = "INFO";
+ Text [ en-US ] = "INFO";
+ };
String SC_OPCODE_BAHTTEXT
{
Text [ de ] = "BAHTTEXT";
@@ -1966,6 +1971,7 @@ Resource RID_SC_FUNCTION_NAMES_ENGLISH
String SC_OPCODE_ROMAN { Text = "ROMAN" ; };
String SC_OPCODE_ARABIC { Text = "ARABIC" ; };
String SC_OPCODE_HYPERLINK { Text = "HYPERLINK" ; };
+ String SC_OPCODE_INFO { Text = "INFO" ; };
String SC_OPCODE_BAHTTEXT { Text = "BAHTTEXT" ; };
};