summaryrefslogtreecommitdiff
path: root/include/sfx2/prnmon.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-11-20 19:10:49 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-11-21 18:27:56 +0100
commitb07b192720702ff1f0385b6c6a521117f93b7038 (patch)
treebfeb3f66527e9136a8629edd943714ec10061d15 /include/sfx2/prnmon.hxx
parent79a1fafadb1ac54b8212bc164d8b85d798c74937 (diff)
loplugin:unusedfields
Change-Id: Ic4cb8444123864fdaee64960f00a05b3066ae5fc Reviewed-on: https://gerrit.libreoffice.org/83387 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2/prnmon.hxx')
-rw-r--r--include/sfx2/prnmon.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sfx2/prnmon.hxx b/include/sfx2/prnmon.hxx
index ff9b2062e538..665d3ac07630 100644
--- a/include/sfx2/prnmon.hxx
+++ b/include/sfx2/prnmon.hxx
@@ -30,11 +30,9 @@ class SfxTabPage;
class SfxItemSet;
-struct SfxPrintOptDlg_Impl;
class SfxPrintOptionsDialog final : public weld::GenericDialogController
{
private:
- std::unique_ptr<SfxPrintOptDlg_Impl> pDlgImpl;
std::unique_ptr<SfxItemSet> pOptions;
std::unique_ptr<weld::Widget> m_xHelpBtn;
std::unique_ptr<weld::Container> m_xContainer;