summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/tools/PreviewRenderer.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-09-24 10:22:58 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-09-24 16:54:36 +0000
commitb71ba617e5c55ef4e98443fa10990b85665801fc (patch)
treef50810bbc4ccf1c80648bb98d09d0bf0068c6f42 /sd/source/ui/tools/PreviewRenderer.cxx
parentcomphelper: replace for_each with range-based for (diff)
downloadcore-b71ba617e5c55ef4e98443fa10990b85665801fc.tar.gz
core-b71ba617e5c55ef4e98443fa10990b85665801fc.zip
sd/source/ui/inc boost::scoped_ptr->std::unique_ptr
Change-Id: Icf32ccd437c97dfa0ac3a569a3f2ec2b746ac300 Reviewed-on: https://gerrit.libreoffice.org/18822 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/source/ui/tools/PreviewRenderer.cxx')
-rw-r--r--sd/source/ui/tools/PreviewRenderer.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/tools/PreviewRenderer.cxx b/sd/source/ui/tools/PreviewRenderer.cxx
index e7d41f500bad..1aedf81f6d6a 100644
--- a/sd/source/ui/tools/PreviewRenderer.cxx
+++ b/sd/source/ui/tools/PreviewRenderer.cxx
@@ -37,6 +37,7 @@
#include <svx/sdr/contact/viewcontact.hxx>
#include <memory>
+#include <boost/scoped_ptr.hpp>
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;