diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-04-12 15:31:42 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-04-13 07:46:16 +0200 |
commit | 3c3f7d784eadd60c053284ec2835675f158d4156 (patch) | |
tree | 0772787cb2ab5116cc710d80dfaab930faa5b5d8 /oox/source/helper | |
parent | 3a572975704a0d01e458191e8d66ff20ef60e4a8 (diff) |
Removed duplicated includes
No automatic tools. Manual checked and tested.
Change-Id: Ife260fa4e1d786cf81f2917a901664cc54943754
Reviewed-on: https://gerrit.libreoffice.org/36371
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'oox/source/helper')
-rw-r--r-- | oox/source/helper/propertymap.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/oox/source/helper/propertymap.cxx b/oox/source/helper/propertymap.cxx index 37cb0a497405..8356b13da191 100644 --- a/oox/source/helper/propertymap.cxx +++ b/oox/source/helper/propertymap.cxx @@ -67,10 +67,6 @@ using ::com::sun::star::beans::XVetoableChangeListener; using ::com::sun::star::container::XIndexReplace; #if OSL_DEBUG_LEVEL > 0 -#include <cstdio> -#include <com/sun/star/style/LineSpacing.hpp> -#include <com/sun/star/style/LineSpacingMode.hpp> -#include <com/sun/star/text/WritingMode.hpp> #define USS(x) OUStringToOString( x, RTL_TEXTENCODING_UTF8 ).getStr() using namespace ::com::sun::star; using namespace ::com::sun::star::drawing; |