diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-08 16:10:51 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-09 12:26:44 +0100 |
commit | 65d2d2647ead42e5bbb7800f14c047f383fe450b (patch) | |
tree | adf4a55eed10f800ed62a686826f9cbbd6effdd2 /sw/inc/viewsh.hxx | |
parent | 0f68e45e2ec6b9fa8c562044e88355d95af0347d (diff) |
loplugin:singlevalfields in sw
Change-Id: Icdb155f9fa7ae79fc193c2da436d9500e7be4d29
Reviewed-on: https://gerrit.libreoffice.org/63126
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/viewsh.hxx')
-rw-r--r-- | sw/inc/viewsh.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
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<SwViewShell> VclPtr<vcl::Window> mpWin; ///< = 0 during printing or pdf export VclPtr<OutputDevice> mpOut; ///< Window, Printer, VirtDev, ... - VclPtr<OutputDevice> 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<SwViewOption> mpOpt; std::unique_ptr<SwAccessibilityOptions> mpAccOptions; |