diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-08-16 11:40:54 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-08-17 10:39:38 +0200 |
commit | 99aad471716bfd212e29eebdcbdfb260627f1ae1 (patch) | |
tree | 641e05013c24713019e35fb64b75969dec5f4105 /sw/source/uibase | |
parent | d94ec445b7377062a5b6503c2dc4a3182612cd0e (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.cxx | 1 |
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") |