summaryrefslogtreecommitdiff
path: root/sd/source/ui/slideshow/PaneHider.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slideshow/PaneHider.cxx')
-rw-r--r--sd/source/ui/slideshow/PaneHider.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sd/source/ui/slideshow/PaneHider.cxx b/sd/source/ui/slideshow/PaneHider.cxx
index b12c28c66eff..c87f7532279d 100644
--- a/sd/source/ui/slideshow/PaneHider.cxx
+++ b/sd/source/ui/slideshow/PaneHider.cxx
@@ -42,10 +42,7 @@ using ::com::sun::star::lang::DisposedException;
namespace sd {
PaneHider::PaneHider (const ViewShell& rViewShell, SlideshowImpl* pSlideShow)
- : mrViewShell(rViewShell),
- mbWindowVisibilitySaved(false),
- mbOriginalLeftPaneWindowVisibility(false),
- mbOriginalRightPaneWindowVisibility(false)
+ : mrViewShell(rViewShell)
{
// Hide the left and right pane windows when a slideshow exists and is
// not full screen.