summaryrefslogtreecommitdiff
path: root/sc/source/core/src/compiler.src
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-10-18 11:21:21 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-10-18 11:21:21 +0000
commit5a38df86c3e8a79de59cbcac0f07005431b98b88 (patch)
treed0ff3fbb59cd8319d27b5c921e6ad5f686abae00 /sc/source/core/src/compiler.src
parenta48d1fec24b6bc184a8c843079980a71f3930486 (diff)
INTEGRATION: CWS scr1c1 (1.49.66); FILE MERGED
2006/09/26 17:56:09 er 1.49.66.3: #i69883# get rid of that not-German-not-English Adress crap ;-) 2006/09/26 14:54:02 er 1.49.66.2: #i69883# remove ADDRESS_XL and INDIRECT_XL bits from UI; disable in interpreter 2006/09/07 14:20:52 jodygoldberg 1.49.66.1: Issue number: 20857 Submitted by: jodygoldberg Implements the the core changes to support parsing and generating cell/range references in different formats (XL R1C1/A1) along with some tools for using the new types. This adds two new functions XL_INDIRECT XL_ADDRESS but does _not_ connect them in the xls importer. Nor does the patch make any UI changes. Those will need to be discussed. The OOo parser/generator should not be impacted by the changes.
Diffstat (limited to 'sc/source/core/src/compiler.src')
-rw-r--r--sc/source/core/src/compiler.src8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/core/src/compiler.src b/sc/source/core/src/compiler.src
index a12b804668c9..4b5fb97559b2 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.49 $
+ * $Revision: 1.50 $
*
- * last change: $Author: obo $ $Date: 2006-07-10 12:32:03 $
+ * last change: $Author: ihi $ $Date: 2006-10-18 12:21:21 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1092,7 +1092,7 @@ Resource RID_SC_FUNCTION_NAMES
Text [ en-US ] = "INDIRECT" ;
Text [ x-comment ] = " ";
};
- String SC_OPCODE_ADRESS
+ String SC_OPCODE_ADDRESS
{
Text [ de ] = "ADRESSE" ;
Text [ en-US ] = "ADDRESS" ;
@@ -1874,7 +1874,7 @@ Resource RID_SC_FUNCTION_NAMES_ENGLISH
String SC_OPCODE_DB_VAR { Text = "DVAR" ; };
String SC_OPCODE_DB_VAR_P { Text = "DVARP" ; };
String SC_OPCODE_INDIRECT { Text = "INDIRECT" ; };
- String SC_OPCODE_ADRESS { Text = "ADDRESS" ; };
+ String SC_OPCODE_ADDRESS { Text = "ADDRESS" ; };
String SC_OPCODE_MATCH { Text = "MATCH" ; };
String SC_OPCODE_COUNT_EMPTY_CELLS { Text = "COUNTBLANK" ; };
String SC_OPCODE_COUNT_IF { Text = "COUNTIF" ; };