summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/shell
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/slidesorter/shell
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/slidesorter/shell')
-rw-r--r--sd/source/ui/slidesorter/shell/SlideSorter.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sd/source/ui/slidesorter/shell/SlideSorter.cxx b/sd/source/ui/slidesorter/shell/SlideSorter.cxx
index 37a710a45663..b972daacfd09 100644
--- a/sd/source/ui/slidesorter/shell/SlideSorter.cxx
+++ b/sd/source/ui/slidesorter/shell/SlideSorter.cxx
@@ -118,7 +118,6 @@ SlideSorter::SlideSorter (
mpHorizontalScrollBar(pHorizontalScrollBar),
mpVerticalScrollBar(pVerticalScrollBar),
mpScrollBarBox(pScrollBarBox),
- mbLayoutPending(true),
mpProperties(new controller::Properties()),
mpTheme(new view::Theme(mpProperties))
{
@@ -139,7 +138,6 @@ SlideSorter::SlideSorter (
mpHorizontalScrollBar(VclPtr<ScrollBar>::Create(&rParentWindow,WinBits(WB_HSCROLL | WB_DRAG))),
mpVerticalScrollBar(VclPtr<ScrollBar>::Create(&rParentWindow,WinBits(WB_VSCROLL | WB_DRAG))),
mpScrollBarBox(VclPtr<ScrollBarBox>::Create(&rParentWindow)),
- mbLayoutPending(true),
mpProperties(new controller::Properties()),
mpTheme(new view::Theme(mpProperties))
{
@@ -359,8 +357,6 @@ void SlideSorter::ArrangeGUIElements (
mpSlideSorterController->Resize (::tools::Rectangle(aOrigin, rSize));
GetContentWindow()->EnablePaint (true);
-
- mbLayoutPending = false;
}
}