summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-03-16 15:58:48 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-03-17 23:36:10 +0000
commit2f1045a85970f2fc822f799a9a213fc533b740c2 (patch)
treef702a974ca9f4d48cac12432b42df5010ead4e33 /sd
parentdac990d646461c2f5a44596d5fd6231e4462c987 (diff)
tweak libjpeg to honor JPEGMEM and set it in file format testers
Change-Id: I6660ccc68d3c82bf6118c2106a9293fd37e801ae Reviewed-on: https://gerrit.libreoffice.org/35283 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/core/sdpage.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sd/source/core/sdpage.cxx b/sd/source/core/sdpage.cxx
index d74dccf36efd..740bcb2554a5 100644
--- a/sd/source/core/sdpage.cxx
+++ b/sd/source/core/sdpage.cxx
@@ -49,6 +49,7 @@
#include <svx/sdr/contact/displayinfo.hxx>
#include <svx/svditer.hxx>
#include <svx/svdlayer.hxx>
+#include <com/sun/star/animations/XAnimationNode.hpp>
#include <com/sun/star/xml/dom/XNode.hpp>
#include <com/sun/star/xml/dom/XNodeList.hpp>
#include <com/sun/star/xml/dom/XNamedNodeMap.hpp>
@@ -148,6 +149,10 @@ SdPage::~SdPage()
EndListenOutlineText();
+ fprintf(stderr, "on dtor %p, have %p\n", this, mxAnimationNode.get());
+
+ mxAnimationNode.clear();
+
delete mpItems;
Clear();