summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/presvish.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/view/presvish.cxx')
-rw-r--r--sd/source/ui/view/presvish.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/view/presvish.cxx b/sd/source/ui/view/presvish.cxx
index ba4305394cc6..7182979fb944 100644
--- a/sd/source/ui/view/presvish.cxx
+++ b/sd/source/ui/view/presvish.cxx
@@ -84,7 +84,7 @@ PresentationViewShell::PresentationViewShell( SfxViewFrame* pFrame, ViewShellBas
meShellType = ST_PRESENTATION;
}
-PresentationViewShell::~PresentationViewShell (void)
+PresentationViewShell::~PresentationViewShell()
{
if( GetDocSh() && GetDocSh()->GetCreateMode() == SfxObjectCreateMode::EMBEDDED && !maOldVisArea.IsEmpty() )
GetDocSh()->SetVisArea( maOldVisArea );
@@ -148,7 +148,7 @@ void PresentationViewShell::Paint( const Rectangle& rRect, ::sd::Window* )
xSlideShow->paint(rRect);
}
-void PresentationViewShell::Resize (void)
+void PresentationViewShell::Resize()
{
ViewShell::Resize(); // do not call DrawViewShell here!