summaryrefslogtreecommitdiff
path: root/include/formula
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-05-01 15:16:27 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-05-01 15:29:24 -0400
commit50d100f4acb2e62bac8b01c8071d089c6171843f (patch)
tree5b182e1558d0b1db957c83032c71f6d198fc3efd /include/formula
parent8d3295bdac2182d58e6ef3a1eeb3313a1ca19c0d (diff)
Make a separate method to detemine if an opcode is a jump command.
Jump to make it a bit more pleasant to follow the code... Change-Id: Ie9bef122e8bb63a2d8cc54acc9c8ddc9ac9a2e8a
Diffstat (limited to 'include/formula')
-rw-r--r--include/formula/FormulaCompiler.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/formula/FormulaCompiler.hxx b/include/formula/FormulaCompiler.hxx
index a38798a1a834..9df22ecf0ca8 100644
--- a/include/formula/FormulaCompiler.hxx
+++ b/include/formula/FormulaCompiler.hxx
@@ -231,6 +231,7 @@ public:
{ bCompileForFAP = bVal; bIgnoreErrors = bVal; }
static bool IsOpCodeVolatile( OpCode eOp );
+ static bool IsOpCodeJumpCommand( OpCode eOp );
static bool DeQuote( OUString& rStr );