summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorTomoyuki Kubota <himajin100000@gmail.com>2019-02-24 13:05:16 +0900
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-02-24 07:40:09 +0100
commit6f01b4cf308a3ffb8935d314542175dbdc6ea77e (patch)
tree380af9a1bc62a14a23055d075ad44a4ed145a44a /sd
parentd55fb1552f6ecd5c2f9e817d2b820e1a66410840 (diff)
RectanglePoint is still used in OSL_DEBUG_LEVEL > 1
Change-Id: I40bf951045fd8d5c7ceb9435c224aa97e66b97f3 Reviewed-on: https://gerrit.libreoffice.org/68275 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/filter/eppt/pptx-epptooxml.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sd/source/filter/eppt/pptx-epptooxml.cxx b/sd/source/filter/eppt/pptx-epptooxml.cxx
index cdec562c51ba..b91c265b90bd 100644
--- a/sd/source/filter/eppt/pptx-epptooxml.cxx
+++ b/sd/source/filter/eppt/pptx-epptooxml.cxx
@@ -55,6 +55,9 @@
#include <com/sun/star/document/XDocumentPropertiesSupplier.hpp>
#include <com/sun/star/document/XStorageBasedDocument.hpp>
#include <utility>
+#if OSL_DEBUG_LEVEL > 1
+#include <com/sun/star/drawing/RectanglePoint.hpp>
+#endif
// presentation namespaces
#define PNMSS FSNS(XML_xmlns, XML_a), OUStringToOString(this->getNamespaceURL(OOX_NS(dml)), RTL_TEXTENCODING_UTF8).getStr(), \