summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/MasterPageObserver.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/MasterPageObserver.hxx')
-rw-r--r--sd/source/ui/inc/MasterPageObserver.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/inc/MasterPageObserver.hxx b/sd/source/ui/inc/MasterPageObserver.hxx
index 0e2f8f77632c..41d454665103 100644
--- a/sd/source/ui/inc/MasterPageObserver.hxx
+++ b/sd/source/ui/inc/MasterPageObserver.hxx
@@ -43,7 +43,7 @@ public:
/** Return the single instance of this class.
*/
- static MasterPageObserver& Instance (void);
+ static MasterPageObserver& Instance();
/** The master page observer will listen to events of this document and
detect changes of the use of master pages.
@@ -77,8 +77,8 @@ private:
class Implementation;
::std::unique_ptr<Implementation> mpImpl;
- MasterPageObserver (void);
- virtual ~MasterPageObserver (void);
+ MasterPageObserver();
+ virtual ~MasterPageObserver();
MasterPageObserver (const MasterPageObserver&) SAL_DELETED_FUNCTION;