[Libreoffice-commits] core.git: sd/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sun Feb 24 06:40:29 UTC 2019


 sd/source/filter/eppt/pptx-epptooxml.cxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 6f01b4cf308a3ffb8935d314542175dbdc6ea77e
Author:     Tomoyuki Kubota <himajin100000 at gmail.com>
AuthorDate: Sun Feb 24 13:05:16 2019 +0900
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Sun Feb 24 07:40:09 2019 +0100

    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 at collabora.co.uk>

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(), \


More information about the Libreoffice-commits mailing list