summaryrefslogtreecommitdiff
path: root/formula/inc/formula/FormulaCompiler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'formula/inc/formula/FormulaCompiler.hxx')
-rw-r--r--formula/inc/formula/FormulaCompiler.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/formula/inc/formula/FormulaCompiler.hxx b/formula/inc/formula/FormulaCompiler.hxx
index 5666bf682d5a..48752a3d2e9f 100644
--- a/formula/inc/formula/FormulaCompiler.hxx
+++ b/formula/inc/formula/FormulaCompiler.hxx
@@ -220,6 +220,8 @@ public:
void SetCompileForFAP( BOOL bVal )
{ bCompileForFAP = bVal; bIgnoreErrors = bVal; }
+ static bool IsOpCodeVolatile( OpCode eOp );
+
static BOOL DeQuote( String& rStr );
static const String& GetNativeSymbol( OpCode eOp );