diff options
author | Eike Rathke <erack@redhat.com> | 2012-06-12 22:09:07 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2012-06-12 22:30:00 +0200 |
commit | 9ae96127e5b363e6eea14a0e9459b22f0f7307ca (patch) | |
tree | a12a4f2060f9c4ec9d2bdc188879ba3c1d0856c4 /sc/source/ui/src/scfuncs.src | |
parent | 033cce3e0fbb72a9400836923be96c5036aaacb0 (diff) |
changes to patch "fdo#50822 add function XOR to calc as in ODFF1.2"
* removed XOR entry again from sc/source/filter/oox/formulabase.cxx
saFuncTableBiff5
* changed XOR entry in sc/source/filter/excel/xlformula.cxx saFuncTable_Odf
from ocNoName to ocXor to have it written as _xlfnodf.XOR
* changed description of function in Function Wizard
Diffstat (limited to 'sc/source/ui/src/scfuncs.src')
-rw-r--r-- | sc/source/ui/src/scfuncs.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src index 60f8fcac85f6..039aad6db2f9 100644 --- a/sc/source/ui/src/scfuncs.src +++ b/sc/source/ui/src/scfuncs.src @@ -2687,7 +2687,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS1 { String 1 // Description { - Text [ en-US ] = "Returns TRUE if one argument is TRUE, but not both." ; + Text [ en-US ] = "Returns TRUE if an odd number of arguments evaluates to TRUE." ; }; ExtraData = { |