From 65d2d2647ead42e5bbb7800f14c047f383fe450b Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 8 Nov 2018 16:10:51 +0200 Subject: loplugin:singlevalfields in sw Change-Id: Icdb155f9fa7ae79fc193c2da436d9500e7be4d29 Reviewed-on: https://gerrit.libreoffice.org/63126 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sw/inc/view.hxx | 1 - sw/inc/viewsh.hxx | 5 ----- 2 files changed, 6 deletions(-) (limited to 'sw/inc') diff --git a/sw/inc/view.hxx b/sw/inc/view.hxx index b5c29997fd22..fe33f94e6dd9 100644 --- a/sw/inc/view.hxx +++ b/sw/inc/view.hxx @@ -197,7 +197,6 @@ class SW_DLLPUBLIC SwView: public SfxViewShell VclPtr m_pHRuler, m_pVRuler; - VclPtr m_pTogglePageBtn; std::unique_ptr m_pGlosHdl; // handle text block std::unique_ptr m_pDrawActual; diff --git a/sw/inc/viewsh.hxx b/sw/inc/viewsh.hxx index fe904ffcd36e..bf09c8118590 100644 --- a/sw/inc/viewsh.hxx +++ b/sw/inc/viewsh.hxx @@ -113,11 +113,6 @@ class SW_DLLPUBLIC SwViewShell : public sw::Ring VclPtr mpWin; ///< = 0 during printing or pdf export VclPtr mpOut; ///< Window, Printer, VirtDev, ... - VclPtr mpTmpRef; // Temporary reference device. Is used - // during (printer depending) prospect - // and page preview printing - // (because a scaling has to be set at - // the original printer) std::unique_ptr mpOpt; std::unique_ptr mpAccOptions; -- cgit