summaryrefslogtreecommitdiff
path: root/sc/inc/token.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/token.hxx')
-rw-r--r--sc/inc/token.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/sc/inc/token.hxx b/sc/inc/token.hxx
index 6c15cbdf3ebe..655c68730f44 100644
--- a/sc/inc/token.hxx
+++ b/sc/inc/token.hxx
@@ -227,7 +227,6 @@ public:
virtual FormulaToken* Clone() const SAL_OVERRIDE { return new ScExternalSingleRefToken(*this); }
};
-
class ScExternalDoubleRefToken : public ScToken
{
sal_uInt16 mnFileId;
@@ -269,7 +268,6 @@ public:
virtual FormulaToken* Clone() const SAL_OVERRIDE { return new ScExternalNameToken(*this); }
};
-
// Only created from within the interpreter, no conversion from ScRawToken,
// never added to ScTokenArray!
class ScJumpMatrixToken : public ScToken
@@ -287,7 +285,6 @@ public:
virtual FormulaToken* Clone() const SAL_OVERRIDE { return new ScJumpMatrixToken(*this); }
};
-
// Only created from within the interpreter, no conversion from ScRawToken,
// never added to ScTokenArray!
class ScRefListToken : public ScToken
@@ -305,7 +302,6 @@ public:
virtual FormulaToken* Clone() const SAL_OVERRIDE { return new ScRefListToken(*this); }
};
-
class SC_DLLPUBLIC ScEmptyCellToken : public ScToken
{
bool bInherited :1;
@@ -327,7 +323,6 @@ public:
virtual FormulaToken* Clone() const SAL_OVERRIDE { return new ScEmptyCellToken(*this); }
};
-
/** Transports the result from the interpreter to the formula cell. */
class SC_DLLPUBLIC ScMatrixCellResultToken : public ScToken
{
@@ -356,7 +351,6 @@ public:
void Assign( const ScMatrixCellResultToken & r );
};
-
/** Stores the matrix result at the formula cell, additionally the range the
matrix formula occupies. */
class SC_DLLPUBLIC ScMatrixFormulaCellToken : public ScMatrixCellResultToken
@@ -406,7 +400,6 @@ public:
void ResetResult();
};
-
class SC_DLLPUBLIC ScHybridCellToken : public ScToken
{
private: