diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-03-30 21:44:37 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-03-30 21:45:15 +0900 |
commit | e60911f5fc6f76032942cd16c24a8f2673dae5d2 (patch) | |
tree | ffaf4d9758982b941028d765433724a1c5f542ad /editeng/inc | |
parent | 8836b45de536a3a2fd72533c3210e439bc2fbca1 (diff) |
removed duplicate includes in desktop / editeng
Diffstat (limited to 'editeng/inc')
-rw-r--r-- | editeng/inc/editeng/unotext.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/editeng/inc/editeng/unotext.hxx b/editeng/inc/editeng/unotext.hxx index ace08dddb5a0..162a73aee4a3 100644 --- a/editeng/inc/editeng/unotext.hxx +++ b/editeng/inc/editeng/unotext.hxx @@ -54,7 +54,6 @@ #include <com/sun/star/style/LineSpacing.hpp> #include <com/sun/star/style/TabStop.hpp> #include <com/sun/star/lang/XUnoTunnel.hpp> -#include <com/sun/star/text/XTextRange.hpp> #include <cppuhelper/implbase1.hxx> #include <cppuhelper/implbase2.hxx> #include <cppuhelper/implbase4.hxx> @@ -492,8 +491,6 @@ public: // ==================================================================== -#include <cppuhelper/implbase1.hxx> - class SvxUnoTextContentEnumeration : public ::cppu::WeakAggImplHelper1< ::com::sun::star::container::XEnumeration > { private: |