diff options
author | Matteo Casalin <matteo.casalin@gmx.com> | 2012-11-14 01:01:37 +0100 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@gmx.com> | 2012-11-19 10:55:28 +0100 |
commit | 4ac093519d786c271df212510084ed8074343a28 (patch) | |
tree | fd930b3c62549e55c725726e2a756e05c704114e /sw | |
parent | 67fca36dbecaf0d35322f930d6462ab0d4ea56c5 (diff) |
remove unnecessary #include
Change-Id: I5b05a7aded3ed80e0269155100ad075bffecf9ea
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/txtnode/txatritr.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sw/source/core/txtnode/txatritr.cxx b/sw/source/core/txtnode/txatritr.cxx index cdb40b77c954..bcf127ce1da3 100644 --- a/sw/source/core/txtnode/txatritr.cxx +++ b/sw/source/core/txtnode/txatritr.cxx @@ -17,12 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <hintids.hxx> +#include <txatritr.hxx> #include <com/sun/star/i18n/ScriptType.hpp> #include <tools/string.hxx> -#include <editeng/langitem.hxx> -#include <txatritr.hxx> #include <fchrfmt.hxx> #include <charfmt.hxx> #include <breakit.hxx> |