summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/rtfparse.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-06-03 22:45:34 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-06-06 22:15:20 +0000
commit4c3b36073ae542fc5a8ccffa685a4105525b3394 (patch)
tree35b9a73888371dafd48b95305919909fa817676c /sc/source/filter/inc/rtfparse.hxx
parentcae83eb8b6906bba4abf9b625b84364e5f6e36ca (diff)
Bin ugly (ab)use of preprocessor in headers (final part)
Finish the work of ec8617568ff091026b2f17cce3b547b1633fa6c4 Only one is left: SC_PROGRESS_CXX Change-Id: Ifdc07ec377d7a84e92bc4b0a66ab82b1fc93f76a Reviewed-on: https://gerrit.libreoffice.org/9636 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'sc/source/filter/inc/rtfparse.hxx')
-rw-r--r--sc/source/filter/inc/rtfparse.hxx9
1 files changed, 0 insertions, 9 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