diff options
Diffstat (limited to 'include/editeng/txtrange.hxx')
-rw-r--r-- | include/editeng/txtrange.hxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/editeng/txtrange.hxx b/include/editeng/txtrange.hxx index dd9af4925930..c072e0976cc4 100644 --- a/include/editeng/txtrange.hxx +++ b/include/editeng/txtrange.hxx @@ -21,9 +21,7 @@ #define INCLUDED_EDITENG_TXTRANGE_HXX #include <editeng/editengdllapi.h> -#include <tools/solar.h> #include <tools/gen.hxx> - #include <deque> class PolyPolygon; @@ -35,11 +33,6 @@ namespace basegfx { typedef std::deque<long>* LongDqPtr; -/************************************************************************* -|* -|* class TextRanger -|* -*************************************************************************/ class EDITENG_DLLPUBLIC TextRanger { //! The RangeCache class is used to cache the result of a single range calculation. @@ -91,8 +84,6 @@ public: void SetVertical( sal_Bool bNew ); }; - - #endif // _TXTRANGE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |