diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2014-10-31 07:39:30 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-10-31 16:18:30 +0000 |
commit | c70f1545e2df5818f251b558dcc64a83d3c270d3 (patch) | |
tree | 1834970b131e07697f88d38dd9e2fb0f756d0f3d /oox | |
parent | 693014c9d3dcbf3c649d775143918e531b6e3ac0 (diff) |
Removed duplicated includes
Change-Id: I5362d997bfa086c9fb1726efcb15132a966684f6
Reviewed-on: https://gerrit.libreoffice.org/12160
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/core/xmlfilterbase.cxx | 1 | ||||
-rw-r--r-- | oox/source/helper/propertymap.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/oox/source/core/xmlfilterbase.cxx b/oox/source/core/xmlfilterbase.cxx index d5c3a2453a78..8f1b99254917 100644 --- a/oox/source/core/xmlfilterbase.cxx +++ b/oox/source/core/xmlfilterbase.cxx @@ -36,7 +36,6 @@ #include <rtl/instance.hxx> #include <i18nlangtag/languagetag.hxx> #include "oox/core/fastparser.hxx" -#include "oox/core/filterdetect.hxx" #include "oox/core/fragmenthandler.hxx" #include "oox/core/recordparser.hxx" #include "oox/core/relationshandler.hxx" diff --git a/oox/source/helper/propertymap.cxx b/oox/source/helper/propertymap.cxx index 8eb755fcf633..6404cf9bd56e 100644 --- a/oox/source/helper/propertymap.cxx +++ b/oox/source/helper/propertymap.cxx @@ -70,7 +70,6 @@ using ::com::sun::star::container::XIndexReplace; #include <com/sun/star/style/LineSpacingMode.hpp> #include <com/sun/star/text/WritingMode.hpp> #include <com/sun/star/drawing/TextHorizontalAdjust.hpp> -#include <com/sun/star/drawing/TextVerticalAdjust.hpp> #define USS(x) OUStringToOString( x, RTL_TEXTENCODING_UTF8 ).getStr() using namespace ::com::sun::star; using namespace ::com::sun::star::drawing; |