summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/tools/IconCache.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/tools/IconCache.hxx')
-rw-r--r--sd/source/ui/inc/tools/IconCache.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/inc/tools/IconCache.hxx b/sd/source/ui/inc/tools/IconCache.hxx
index 3ef8bc7dc2bb..8caf5a67009f 100644
--- a/sd/source/ui/inc/tools/IconCache.hxx
+++ b/sd/source/ui/inc/tools/IconCache.hxx
@@ -41,7 +41,7 @@ public:
/** The lifetime of the returned reference is limited to that of the sd
module.
*/
- static IconCache& Instance (void);
+ static IconCache& Instance();
/** Return the icon with the given resource id.
@return
@@ -59,11 +59,11 @@ private:
it at the SdGlobalResourceContainer to limit is lifetime to that of
the sd module.
*/
- IconCache (void);
+ IconCache();
/** This destructor is called by SdGlobalResourceContainer.
*/
- virtual ~IconCache (void);
+ virtual ~IconCache();
};
} // end of namespace sd