diff options
Diffstat (limited to 'include/formula')
-rw-r--r-- | include/formula/FormulaCompiler.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/formula/FormulaCompiler.hxx b/include/formula/FormulaCompiler.hxx index 7f9097b64e64..74d618fa8ee6 100644 --- a/include/formula/FormulaCompiler.hxx +++ b/include/formula/FormulaCompiler.hxx @@ -46,6 +46,7 @@ namespace com { namespace sun { namespace star { } }}} +class CharClass; namespace formula { @@ -159,7 +160,7 @@ public: inline bool hasExternals() const { return !mpExternalHashMap->empty(); } /// Put entry of symbol String and OpCode pair. - void putOpCode( const OUString & rStr, const OpCode eOp ); + void putOpCode( const OUString & rStr, const OpCode eOp, const CharClass* pCharClass ); /// Put entry of symbol String and AddIn international String pair. void putExternal( const OUString & rSymbol, const OUString & rAddIn ); |