diff options
Diffstat (limited to 'sc/inc/compiler.hxx')
-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 8a7367024902..4943bd702cc1 100644 --- a/sc/inc/compiler.hxx +++ b/sc/inc/compiler.hxx @@ -337,7 +337,7 @@ private: bool IsString(); bool IsReference( const String& ); bool IsSingleReference( const String& ); - bool IsPredetectedReference( const String& ); + bool IsPredetectedReference(const OUString&); bool IsDoubleReference( const String& ); bool IsMacro( const String& ); bool IsNamedRange( const String& ); |