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/inc/helpids.h | |
parent | a741932eb4e83148a341cfd5c6a30ff1878e3149 (diff) |
fdo#50822 add function XOR to calc as in ODFF1.2
Change-Id: I994119c0520658775d07f776237d31a03f53ab52
Diffstat (limited to 'sc/inc/helpids.h')
-rw-r--r-- | sc/inc/helpids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/helpids.h b/sc/inc/helpids.h index 7c5955c240c4..e2f6e0612468 100644 --- a/sc/inc/helpids.h +++ b/sc/inc/helpids.h @@ -487,6 +487,7 @@ #define HID_FUNC_WENN "SC_HID_FUNC_WENN" #define HID_FUNC_ODER "SC_HID_FUNC_ODER" #define HID_FUNC_UND "SC_HID_FUNC_UND" +#define HID_FUNC_XOR "SC_HID_FUNC_XOR" #define HID_FUNC_ABS "SC_HID_FUNC_ABS" #define HID_FUNC_POTENZ "SC_HID_FUNC_POTENZ" |