diff options
Diffstat (limited to 'sc/inc/compiler.hxx')
-rw-r--r-- | sc/inc/compiler.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/compiler.hxx b/sc/inc/compiler.hxx index d2500a7e0440..b93afa3909d4 100644 --- a/sc/inc/compiler.hxx +++ b/sc/inc/compiler.hxx @@ -198,7 +198,8 @@ public: virtual css::i18n::ParseResult parseAnyToken( const OUString& rFormula, sal_Int32 nSrcPos, - const CharClass* pCharClass) const = 0; + const CharClass* pCharClass, + bool bGroupSeparator) const = 0; /** * Parse the symbol string and pick up the file name and the external |