summaryrefslogtreecommitdiff
path: root/sc/source/core/src/compiler.src
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 12:44:13 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 12:44:13 +0000
commit4a054f08d810c93ece43bfff97bbc58b1e61bc99 (patch)
treefb9ce17c1ce30f34609c631f2192b85f8835b375 /sc/source/core/src/compiler.src
parent7299a5224dba06f2f42184ce341a89433d2b8ade (diff)
INTEGRATION: CWS getpivotdata (1.50.110); FILE MERGED
2007/04/23 09:04:14 nn 1.50.110.2: RESYNC: (1.50-1.51); FILE MERGED 2007/04/19 17:54:56 nn 1.50.110.1: #i45843# add function GETPIVOTDATA
Diffstat (limited to 'sc/source/core/src/compiler.src')
-rw-r--r--sc/source/core/src/compiler.src9
1 files changed, 7 insertions, 2 deletions
diff --git a/sc/source/core/src/compiler.src b/sc/source/core/src/compiler.src
index 7ccb2dba086d..96a2c8cce326 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.52 $
+ * $Revision: 1.53 $
*
- * last change: $Author: obo $ $Date: 2007-06-13 09:06:51 $
+ * last change: $Author: hr $ $Date: 2007-06-27 13:44:13 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1156,6 +1156,10 @@ Resource RID_SC_FUNCTION_NAMES
{
Text [ en-US ] = "BAHTTEXT";
};
+ String SC_OPCODE_GET_PIVOT_DATA
+ {
+ Text [ en-US ] = "GETPIVOTDATA";
+ };
};
Resource RID_SC_FUNCTION_NAMES_ENGLISH
{
@@ -1457,5 +1461,6 @@ Resource RID_SC_FUNCTION_NAMES_ENGLISH
String SC_OPCODE_HYPERLINK { Text = "HYPERLINK" ; };
String SC_OPCODE_INFO { Text = "INFO" ; };
String SC_OPCODE_BAHTTEXT { Text = "BAHTTEXT" ; };
+ String SC_OPCODE_GET_PIVOT_DATA { Text = "GETPIVOTDATA" ; };
};