diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-04-03 19:38:33 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-04-04 01:39:08 +0900 |
commit | 643a582793c85c3d5e3cd5cfc831d895036ef93d (patch) | |
tree | f3a214bf07e276553b63cc1c84f9ff3cbc48ae43 /xmloff/source/text | |
parent | f194d18dfeceff104f9c5e500ea4dd94fa1b5b06 (diff) |
removed duplicate #includes
in vbahelper / writerfilter / writerperfect / xmlhelp / xmloff / xmlscript / xmlsecurity
Diffstat (limited to 'xmloff/source/text')
-rw-r--r-- | xmloff/source/text/txtexppr.cxx | 3 | ||||
-rw-r--r-- | xmloff/source/text/txtparai.cxx | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/xmloff/source/text/txtexppr.cxx b/xmloff/source/text/txtexppr.cxx index e2ea77952e73..67341bd0fc7b 100644 --- a/xmloff/source/text/txtexppr.cxx +++ b/xmloff/source/text/txtexppr.cxx @@ -40,9 +40,6 @@ #include <com/sun/star/awt/FontUnderline.hpp> #include <com/sun/star/text/XChapterNumberingSupplier.hpp> -#include <tools/debug.hxx> - -#include <xmloff/txtprmap.hxx> #include <xmloff/xmlexp.hxx> #include "XMLSectionFootnoteConfigExport.hxx" diff --git a/xmloff/source/text/txtparai.cxx b/xmloff/source/text/txtparai.cxx index 129edf6de188..14a1b9bf7fd7 100644 --- a/xmloff/source/text/txtparai.cxx +++ b/xmloff/source/text/txtparai.cxx @@ -68,7 +68,6 @@ typedef XMLHint_Impl *XMLHint_ImplPtr; SV_DECL_PTRARR_DEL( XMLHints_Impl, XMLHint_ImplPtr, 5 ) SV_IMPL_PTRARR( XMLHints_Impl, XMLHint_ImplPtr ) // OD 2004-04-21 #i26791# -#include <com/sun/star/beans/XPropertySet.hpp> using ::rtl::OUString; using ::rtl::OUStringBuffer; |