summaryrefslogtreecommitdiff
path: root/sc/inc/token.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-04-26 22:53:04 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-04-30 13:10:40 -0400
commit34c491dabedf3ce4feb1db6d00df33e5573ec03c (patch)
tree4d4e93e817c27aa10fb52a0d7edbdd1c5717bd16 /sc/inc/token.hxx
parentf32534cedd414e57790782794cacdd0f0f4adb7c (diff)
Handle invariant group with single references.
Change-Id: Ifbbac2b11b1023a5cf3d21204c12b9740af09aaf
Diffstat (limited to 'sc/inc/token.hxx')
-rw-r--r--sc/inc/token.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/sc/inc/token.hxx b/sc/inc/token.hxx
index a54055561bae..abd3cd5c06cc 100644
--- a/sc/inc/token.hxx
+++ b/sc/inc/token.hxx
@@ -31,13 +31,11 @@
#include "scdllapi.h"
#include "formula/IFunctionDescription.hxx"
#include "formula/token.hxx"
-
+#include "types.hxx"
class ScJumpMatrix;
-class ScToken;
typedef ::std::vector< ScComplexRefData > ScRefList;
-typedef ::boost::intrusive_ptr<ScToken> ScTokenRef;
class SC_DLLPUBLIC ScToken : public formula::FormulaToken
{