summaryrefslogtreecommitdiff
path: root/formula
diff options
context:
space:
mode:
authorMarina Plakalovic <makkica@openoffice.org>2012-12-15 03:41:47 +0100
committerEike Rathke <erack@redhat.com>2012-12-15 21:46:54 +0100
commit5a706356f23d35e699d696b58b7e30a313945bb7 (patch)
tree13210ce5c50fffeb951068f4e9699e7acf640dc6 /formula
parentbe42c9c1087e18554940525231305a2c7e699acc (diff)
calcishmakkica: #i114428# merge some XOR related code
Merged from Apache OO with adaptions, parts of http://svn.apache.org/viewvc?rev=1381446&view=rev Original Apache OO committer: Andrew Rist <arist@apache.org> Original Author: Marina Plakalovic <makkica@openoffice.org> Original Committer: Eike Rathke [er] <eike.rathke@oracle.com> # HG changeset patch # User Eike Rathke [er] <eike.rathke@oracle.com> # Date 1284060031 -7200 # Node ID 528da6bfd0daed4355d745590d5ac3a319b08fb4 # Parent 237cb91dd986ff11eb100cc631206cda102e91f7 Change-Id: If456792f23429a80582a48b022d268e6179316a1 (cherry picked from commit 07df025a730be05d087559b939858260df003b97)
Diffstat (limited to 'formula')
-rw-r--r--formula/source/core/resource/core_resource.src1
1 files changed, 1 insertions, 0 deletions
diff --git a/formula/source/core/resource/core_resource.src b/formula/source/core/resource/core_resource.src
index c552eb1f7062..b8fc21452458 100644
--- a/formula/source/core/resource/core_resource.src
+++ b/formula/source/core/resource/core_resource.src
@@ -385,6 +385,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH
String SC_OPCODE_GREATER_EQUAL { Text = ">=" ; };
String SC_OPCODE_AND { Text = "AND" ; };
String SC_OPCODE_OR { Text = "OR" ; };
+ String SC_OPCODE_XOR { Text = "XOR" ; };
String SC_OPCODE_INTERSECT { Text = "!" ; };
String SC_OPCODE_UNION { Text = "~" ; };
String SC_OPCODE_RANGE { Text = ":" ; };