summaryrefslogtreecommitdiff
path: root/sc/source/filter
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter')
-rw-r--r--sc/source/filter/inc/rtfparse.hxx9
-rw-r--r--sc/source/filter/rtf/rtfparse.cxx3
2 files changed, 0 insertions, 12 deletions
diff --git a/sc/source/filter/inc/rtfparse.hxx b/sc/source/filter/inc/rtfparse.hxx
index 7da08722d3c2..644a33150317 100644
--- a/sc/source/filter/inc/rtfparse.hxx
+++ b/sc/source/filter/inc/rtfparse.hxx
@@ -22,7 +22,6 @@
#include "eeparser.hxx"
-#ifdef SC_RTFPARSE_CXX
#include <boost/ptr_container/ptr_vector.hpp>
#include <o3tl/sorted_vector.hxx>
@@ -44,14 +43,6 @@ struct ScRTFCellDefault
class ScRTFColTwips : public o3tl::sorted_vector<sal_uLong> {};
-#else // SC_RTFPARSE_CXX
-
-struct ScRTFCellDefault;
-class ScRTFColTwips;
-
-#endif // SC_RTFPARSE_CXX
-
-
class EditEngine;
class ScRTFParser : public ScEEParser
diff --git a/sc/source/filter/rtf/rtfparse.cxx b/sc/source/filter/rtf/rtfparse.cxx
index 3449bb177cb5..f8df0288812e 100644
--- a/sc/source/filter/rtf/rtfparse.cxx
+++ b/sc/source/filter/rtf/rtfparse.cxx
@@ -19,15 +19,12 @@
#include "scitems.hxx"
#include <editeng/eeitem.hxx>
-
-
#include <editeng/editeng.hxx>
#include <editeng/fhgtitem.hxx>
#include <editeng/svxrtf.hxx>
#include <vcl/outdev.hxx>
#include <svtools/rtftoken.h>
-#define SC_RTFPARSE_CXX
#include "rtfparse.hxx"
#include "global.hxx"
#include "document.hxx"