From 5a706356f23d35e699d696b58b7e30a313945bb7 Mon Sep 17 00:00:00 2001 From: Marina Plakalovic Date: Sat, 15 Dec 2012 03:41:47 +0100 Subject: 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 Original Author: Marina Plakalovic Original Committer: Eike Rathke [er] # HG changeset patch # User Eike Rathke [er] # Date 1284060031 -7200 # Node ID 528da6bfd0daed4355d745590d5ac3a319b08fb4 # Parent 237cb91dd986ff11eb100cc631206cda102e91f7 Change-Id: If456792f23429a80582a48b022d268e6179316a1 (cherry picked from commit 07df025a730be05d087559b939858260df003b97) --- formula/source/core/resource/core_resource.src | 1 + 1 file changed, 1 insertion(+) (limited to 'formula') 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 = ":" ; }; -- cgit v1.2.3