summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/inc/exp_op.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/exp_op.hxx')
-rw-r--r--sc/source/filter/inc/exp_op.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/source/filter/inc/exp_op.hxx b/sc/source/filter/inc/exp_op.hxx
index ef47a98b53bc..7c25852da455 100644
--- a/sc/source/filter/inc/exp_op.hxx
+++ b/sc/source/filter/inc/exp_op.hxx
@@ -24,13 +24,11 @@
#include "root.hxx"
#include "xeroot.hxx"
-
class ScDocument;
class ScPatternAttr;
class ScFormulaCell;
class ExcDocument;
-
class ExportTyp
{
protected:
@@ -64,7 +62,6 @@ public:
FltError Write() SAL_OVERRIDE;
};
-
class ExportBiff8 : public ExportBiff5
{
public:
@@ -72,8 +69,6 @@ public:
virtual ~ExportBiff8();
};
-
#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */