summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/framework/PresentationFactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/framework/PresentationFactory.hxx')
-rw-r--r--sd/source/ui/inc/framework/PresentationFactory.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/inc/framework/PresentationFactory.hxx b/sd/source/ui/inc/framework/PresentationFactory.hxx
index 1c00b5f73995..f07edf30899e 100644
--- a/sd/source/ui/inc/framework/PresentationFactory.hxx
+++ b/sd/source/ui/inc/framework/PresentationFactory.hxx
@@ -58,9 +58,9 @@ public:
PresentationFactory (
const css::uno::Reference<css::frame::XController>& rxController);
- virtual ~PresentationFactory (void);
+ virtual ~PresentationFactory();
- virtual void SAL_CALL disposing (void) SAL_OVERRIDE;
+ virtual void SAL_CALL disposing() SAL_OVERRIDE;
// XResourceFactory
@@ -91,7 +91,7 @@ private:
mxConfigurationController;
css::uno::Reference<css::frame::XController> mxController;
- void ThrowIfDisposed (void) const
+ void ThrowIfDisposed() const
throw (css::lang::DisposedException);
};