summaryrefslogtreecommitdiffstats
path: root/sdext/source/presenter/PresenterPaneFactory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterPaneFactory.cxx')
-rw-r--r--sdext/source/presenter/PresenterPaneFactory.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sdext/source/presenter/PresenterPaneFactory.cxx b/sdext/source/presenter/PresenterPaneFactory.cxx
index 956a5b4c3666..6eee8bd1d7cc 100644
--- a/sdext/source/presenter/PresenterPaneFactory.cxx
+++ b/sdext/source/presenter/PresenterPaneFactory.cxx
@@ -111,11 +111,11 @@ void PresenterPaneFactory::Register (const Reference<frame::XController>& rxCont
}
}
-PresenterPaneFactory::~PresenterPaneFactory (void)
+PresenterPaneFactory::~PresenterPaneFactory()
{
}
-void SAL_CALL PresenterPaneFactory::disposing (void)
+void SAL_CALL PresenterPaneFactory::disposing()
throw (RuntimeException)
{
Reference<XConfigurationController> xCC (mxConfigurationControllerWeak);
@@ -321,7 +321,7 @@ Reference<XResource> PresenterPaneFactory::CreatePane (
return Reference<XResource>(static_cast<XWeak*>(xPane.get()), UNO_QUERY_THROW);
}
-void PresenterPaneFactory::ThrowIfDisposed (void) const
+void PresenterPaneFactory::ThrowIfDisposed() const
throw (::com::sun::star::lang::DisposedException)
{
if (rBHelper.bDisposed || rBHelper.bInDispose)