summaryrefslogtreecommitdiff
path: root/sc/source/core/inc
diff options
context:
space:
mode:
authorWinfried Donkers <osc@dci-electronics.nl>2012-06-09 12:43:30 +0200
committerEike Rathke <erack@redhat.com>2012-06-12 22:30:00 +0200
commit033cce3e0fbb72a9400836923be96c5036aaacb0 (patch)
tree9436b0e5e28152fc0dce036e89fa0722babebe46 /sc/source/core/inc
parenta741932eb4e83148a341cfd5c6a30ff1878e3149 (diff)
fdo#50822 add function XOR to calc as in ODFF1.2
Change-Id: I994119c0520658775d07f776237d31a03f53ab52
Diffstat (limited to 'sc/source/core/inc')
-rw-r--r--sc/source/core/inc/interpre.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/core/inc/interpre.hxx b/sc/source/core/inc/interpre.hxx
index c92ad0c95a0e..de577ca9a99e 100644
--- a/sc/source/core/inc/interpre.hxx
+++ b/sc/source/core/inc/interpre.hxx
@@ -393,6 +393,7 @@ void ScLessEqual();
void ScGreaterEqual();
void ScAnd();
void ScOr();
+void ScXor();
void ScNot();
void ScNeg();
void ScPercentSign();