summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xeformula.cxx
diff options
context:
space:
mode:
authorLaurent Charrière <lcharriere@gmail.com>2015-01-12 19:56:39 +0100
committerEike Rathke <erack@redhat.com>2015-01-14 19:52:07 +0000
commit1f56cbf8cc15f76131d1dc8801935bec92be05ea (patch)
tree4fc480b6ba409d9a68aee78130df7693e12b43b2 /sc/source/filter/excel/xeformula.cxx
parent975832d885ca5d185e91a975b157bf06bf9a7a0e (diff)
sc: rename ocChose et al. to ocChoose et al.
Change-Id: I1aa8ee6c827a6d6a6c6beb190bdc9c3c91d82b22 Reviewed-on: https://gerrit.libreoffice.org/13889 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/source/filter/excel/xeformula.cxx')
-rw-r--r--sc/source/filter/excel/xeformula.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/excel/xeformula.cxx b/sc/source/filter/excel/xeformula.cxx
index 145aaf368448..752c6a997f81 100644
--- a/sc/source/filter/excel/xeformula.cxx
+++ b/sc/source/filter/excel/xeformula.cxx
@@ -1433,7 +1433,7 @@ void XclExpFmlaCompImpl::FinishFunction( XclExpFuncData& rFuncData, sal_uInt8 nC
switch( rFuncData.GetOpCode() )
{
case ocIf:
- case ocChose:
+ case ocChoose:
AppendJumpToken( rFuncData, EXC_TOK_ATTR_GOTO );
break;
default:;
@@ -1451,7 +1451,7 @@ void XclExpFmlaCompImpl::FinishFunction( XclExpFuncData& rFuncData, sal_uInt8 nC
case ocIf:
FinishIfFunction( rFuncData );
break;
- case ocChose:
+ case ocChoose:
FinishChooseFunction( rFuncData );
break;
@@ -1574,7 +1574,7 @@ void XclExpFmlaCompImpl::PrepareParam( XclExpFuncData& rFuncData )
}
break;
- case ocChose:
+ case ocChoose:
switch( nParamIdx )
{
// do nothing for first parameter