summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/dlg/sdtreelb.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/dlg/sdtreelb.cxx')
-rw-r--r--sd/source/ui/dlg/sdtreelb.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/dlg/sdtreelb.cxx b/sd/source/ui/dlg/sdtreelb.cxx
index a0358f4c379f..2599f3be7c65 100644
--- a/sd/source/ui/dlg/sdtreelb.cxx
+++ b/sd/source/ui/dlg/sdtreelb.cxx
@@ -60,7 +60,7 @@ using namespace com::sun::star;
class SdPageObjsTLB::IconProvider
{
public:
- IconProvider (void);
+ IconProvider();
// Regular icons.
Image maImgPage;
@@ -1600,7 +1600,7 @@ void SdPageObjsTLB::AddShapeToTransferable (
//===== IconProvider ==========================================================
-SdPageObjsTLB::IconProvider::IconProvider (void)
+SdPageObjsTLB::IconProvider::IconProvider()
: maImgPage( BitmapEx( SdResId( BMP_PAGE ) ) ),
maImgPageExcl( BitmapEx( SdResId( BMP_PAGE_EXCLUDED ) ) ),
maImgPageObjsExcl( BitmapEx( SdResId( BMP_PAGEOBJS_EXCLUDED ) ) ),