diff options
author | Winfried Donkers <osc@dci-electronics.nl> | 2012-06-09 12:43:30 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2012-06-12 22:30:00 +0200 |
commit | 033cce3e0fbb72a9400836923be96c5036aaacb0 (patch) | |
tree | 9436b0e5e28152fc0dce036e89fa0722babebe46 /sc/qa | |
parent | a741932eb4e83148a341cfd5c6a30ff1878e3149 (diff) |
fdo#50822 add function XOR to calc as in ODFF1.2
Change-Id: I994119c0520658775d07f776237d31a03f53ab52
Diffstat (limited to 'sc/qa')
-rw-r--r-- | sc/qa/unit/ucalc.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx index d37e3f15ba55..1db6294caec1 100644 --- a/sc/qa/unit/ucalc.cxx +++ b/sc/qa/unit/ucalc.cxx @@ -3276,6 +3276,7 @@ void Test::testFunctionLists() "NOT", "OR", "TRUE", + "XOR", 0 }; |