summaryrefslogtreecommitdiff
path: root/formula/inc
diff options
context:
space:
mode:
authorRené Engelhard <rene@openoffice.org>2009-01-08 11:32:53 +0000
committerRené Engelhard <rene@openoffice.org>2009-01-08 11:32:53 +0000
commit1fa3f569c3ab3a166ff22c977a8cc771d023179f (patch)
tree8b23e01e06674ef9ecafbeec28fba9702dc360f9 /formula/inc
parentd29dd7f76a61ca94f5c18ed3d1bc5e88c362e620 (diff)
#i10000# we need string.h for memcpy()
Diffstat (limited to 'formula/inc')
-rw-r--r--formula/inc/formula/token.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/formula/inc/formula/token.hxx b/formula/inc/formula/token.hxx
index 17110bca46..916c92bbcb 100644
--- a/formula/inc/formula/token.hxx
+++ b/formula/inc/formula/token.hxx
@@ -32,6 +32,7 @@
#define FORMULA_TOKEN_HXX
#include <memory>
+#include <string.h>
#include <vector>
#include "formula/opcode.hxx"
//#include "refdata.hxx"
@@ -69,6 +70,9 @@ enum StackVarEnum
// and/or string result and a formula
// string to be compiled.
+ svExternalSingleRef,
+ svExternalDoubleRef,
+ svExternalName,
svError, // error token
svMissing = 0x70, // 0 or ""
svSep, // separator, ocSep, ocOpen, ocClose