diff options
author | René Engelhard <rene@openoffice.org> | 2009-01-08 11:32:53 +0000 |
---|---|---|
committer | René Engelhard <rene@openoffice.org> | 2009-01-08 11:32:53 +0000 |
commit | 45aac0595fd6267d351d6f4d540144d420fd9a03 (patch) | |
tree | 58813aa75ad620f83eac4cefc66e54933d972fa4 /formula | |
parent | 12eddd2c64a834011d385afb7740b8f61790257c (diff) |
#i10000# we need string.h for memcpy()
Diffstat (limited to 'formula')
-rw-r--r-- | formula/inc/formula/token.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/formula/inc/formula/token.hxx b/formula/inc/formula/token.hxx index 0e738982ddc8..f60a9da4e1a0 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 |