diff options
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 5f3b6354c967..0cd48fccc92e 100644 --- a/sc/inc/compiler.hxx +++ b/sc/inc/compiler.hxx @@ -349,7 +349,7 @@ private: bool ParseValue( const OUString& ); bool ParseOpCode( const OUString&, bool bInArray ); - bool ParseOpCode2( const OUString& ); + bool ParseOpCode2( std::u16string_view ); bool ParseString(); bool ParseReference( const OUString& rSymbol, const OUString* pErrRef = nullptr ); bool ParseSingleReference( const OUString& rSymbol, const OUString* pErrRef = nullptr ); |