summaryrefslogtreecommitdiff
path: root/svx/source/gallery2/GalleryControl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/gallery2/GalleryControl.cxx')
-rw-r--r--svx/source/gallery2/GalleryControl.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/gallery2/GalleryControl.cxx b/svx/source/gallery2/GalleryControl.cxx
index 87e95aeb35f4..ff694bdd7a28 100644
--- a/svx/source/gallery2/GalleryControl.cxx
+++ b/svx/source/gallery2/GalleryControl.cxx
@@ -80,7 +80,7 @@ void GalleryControl::dispose()
vcl::Window::dispose();
}
-void GalleryControl::InitSettings (void)
+void GalleryControl::InitSettings()
{
SetBackground( Wallpaper( GALLERY_DLG_COLOR ) );
SetControlBackground( GALLERY_DLG_COLOR );
@@ -104,7 +104,7 @@ void GalleryControl::InitSettings (void)
mpBrowser2->SetBackground(aBackground);
}
-void GalleryControl::Resize (void)
+void GalleryControl::Resize()
{
// call parent
Window::Resize();
@@ -214,13 +214,13 @@ bool GalleryControl::GalleryKeyInput( const KeyEvent& rKEvt, vcl::Window* )
return bRet;
}
-void GalleryControl::GetFocus (void)
+void GalleryControl::GetFocus()
{
Window::GetFocus();
mpBrowser1->GrabFocus();
}
-void GalleryControl::ThemeSelectionHasChanged (void)
+void GalleryControl::ThemeSelectionHasChanged()
{
mpBrowser2->SelectTheme(mpBrowser1->GetSelectedTheme());
}