summaryrefslogtreecommitdiff
path: root/sd/source/ui/tools/IconCache.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/tools/IconCache.cxx')
-rw-r--r--sd/source/ui/tools/IconCache.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/tools/IconCache.cxx b/sd/source/ui/tools/IconCache.cxx
index ae895876c912..54563201282f 100644
--- a/sd/source/ui/tools/IconCache.cxx
+++ b/sd/source/ui/tools/IconCache.cxx
@@ -65,7 +65,7 @@ Image IconCache::Implementation::GetIcon (sal_uInt16 nResourceId)
//===== IconCache =============================================================
//static
-IconCache& IconCache::Instance (void)
+IconCache& IconCache::Instance()
{
if (Implementation::mpInstance == NULL)
{
@@ -95,12 +95,12 @@ Image IconCache::GetIcon (sal_uInt16 nResourceId)
return mpImpl->GetIcon (nResourceId);
}
-IconCache::IconCache (void)
+IconCache::IconCache()
: mpImpl (new Implementation())
{
}
-IconCache::~IconCache (void)
+IconCache::~IconCache()
{
// empty
}