diff options
author | Alexandre Vicenzi <vicenzi.alexandre@gmail.com> | 2014-02-18 23:36:47 -0300 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-21 09:24:18 +0000 |
commit | 682ace7031b8bd0a8ee8d1ba10e95823755895ed (patch) | |
tree | 59dd7217484c9d32d2a182148a00ac8d6971dadb /include/editeng/txtrange.hxx | |
parent | c6fd524295c0083c9a1e3f52a6abe6405cdc25a9 (diff) |
fdo#63154 Remove unused solar.h reference in editeng
Change-Id: I472cb0dcfcb2d36fab65041acb47bd75d22a7b3f
Reviewed-on: https://gerrit.libreoffice.org/8119
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
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: */ |