diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2021-10-26 23:35:58 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-10-27 07:03:44 +0200 |
commit | 092f61bd3b1fbffd40988aa7f55f447d3d877cbe (patch) | |
tree | d36af195170867a90ed7a993da7c52fb262b0101 /sc/inc | |
parent | e1646284ef5a0367c770fa27299db64eedc30cbb (diff) |
Typo: pDataIgoreCase->pDataIgoreCase in sc
Change-Id: I61f90680f907ee567f1af45801be3e939849d4ff
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124246
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/compiler.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/compiler.hxx b/sc/inc/compiler.hxx index be4c4cadcb1a..f2c17fe612c8 100644 --- a/sc/inc/compiler.hxx +++ b/sc/inc/compiler.hxx @@ -153,7 +153,7 @@ public: // Use these methods only on tokens that are not part of a token array, // since the reference count is cleared! void SetOpCode( OpCode eCode ); - void SetString( rtl_uString* pData, rtl_uString* pDataIgoreCase ); + void SetString( rtl_uString* pData, rtl_uString* pDataIgnoreCase ); void SetSingleReference( const ScSingleRefData& rRef ); void SetDoubleReference( const ScComplexRefData& rRef ); void SetDouble( double fVal ); |