summaryrefslogtreecommitdiff
path: root/sw/source/uibase
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-08-16 11:40:54 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-08-17 10:39:38 +0200
commit99aad471716bfd212e29eebdcbdfb260627f1ae1 (patch)
tree641e05013c24713019e35fb64b75969dec5f4105 /sw/source/uibase
parentd94ec445b7377062a5b6503c2dc4a3182612cd0e (diff)
loplugin:useuniqueptr in SwPagePreviewLayout
Change-Id: Iecec5b3d4651eb6a1d8fe0b29a691c945a3eb19c Reviewed-on: https://gerrit.libreoffice.org/59228 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/uibase')
-rw-r--r--sw/source/uibase/uiview/pview.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/uibase/uiview/pview.cxx b/sw/source/uibase/uiview/pview.cxx
index 14fd822e1bf4..c4a2055bc218 100644
--- a/sw/source/uibase/uiview/pview.cxx
+++ b/sw/source/uibase/uiview/pview.cxx
@@ -80,6 +80,7 @@
#include <memory>
#include <vcl/EnumContext.hxx>
#include <vcl/notebookbar.hxx>
+#include <prevwpage.hxx>
using namespace ::com::sun::star;
SFX_IMPL_NAMED_VIEWFACTORY(SwPagePreview, "PrintPreview")