summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/viewshel.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-06-21 14:21:11 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-06-22 08:43:48 +0200
commit450bf26c23bf2bb4346236778ef066c6e215eafe (patch)
tree15870c0d010c416430a594a0217a6209cf1a03f4 /sd/source/ui/view/viewshel.cxx
parentd740173b9cc0d05206349826f55d2b3444204056 (diff)
loplugin:unusedfields in sd part2
Change-Id: I14b34e08d7bb000bce1625bd0d16050b1269f3e8 Reviewed-on: https://gerrit.libreoffice.org/39060 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/source/ui/view/viewshel.cxx')
-rw-r--r--sd/source/ui/view/viewshel.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/source/ui/view/viewshel.cxx b/sd/source/ui/view/viewshel.cxx
index 1939e5516059..c71d773b3b97 100644
--- a/sd/source/ui/view/viewshel.cxx
+++ b/sd/source/ui/view/viewshel.cxx
@@ -1532,8 +1532,6 @@ void ViewShell::Paint (const ::tools::Rectangle&, ::sd::Window* )
void ViewShell::ShowUIControls (bool bVisible)
{
- mpImpl->mbIsShowingUIControls = bVisible;
-
if (mbHasRulers)
{
if (mpHorizontalRuler.get() != nullptr)