summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/cache/SlsCacheConfiguration.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slidesorter/cache/SlsCacheConfiguration.hxx')
-rw-r--r--sd/source/ui/slidesorter/cache/SlsCacheConfiguration.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/slidesorter/cache/SlsCacheConfiguration.hxx b/sd/source/ui/slidesorter/cache/SlsCacheConfiguration.hxx
index 6003e2da39e0..ff6cc9d2ee32 100644
--- a/sd/source/ui/slidesorter/cache/SlsCacheConfiguration.hxx
+++ b/sd/source/ui/slidesorter/cache/SlsCacheConfiguration.hxx
@@ -38,7 +38,7 @@ public:
seconds. Subsequent calls to this function will create a new
instance.
*/
- static ::boost::shared_ptr<CacheConfiguration> Instance (void);
+ static ::boost::shared_ptr<CacheConfiguration> Instance();
/** Look up the specified value in
MultiPaneGUI/SlideSorter/PreviewCache. When the specified value
@@ -55,7 +55,7 @@ private:
::com::sun::star::uno::Reference<
::com::sun::star::container::XNameAccess> mxCacheNode;
- CacheConfiguration (void);
+ CacheConfiguration();
DECL_LINK(TimerCallback, void *);
};