summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/framework/factories/ViewShellWrapper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/framework/factories/ViewShellWrapper.cxx')
-rw-r--r--sd/source/ui/framework/factories/ViewShellWrapper.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sd/source/ui/framework/factories/ViewShellWrapper.cxx b/sd/source/ui/framework/factories/ViewShellWrapper.cxx
index 8d1181d61f1b..ba3361233568 100644
--- a/sd/source/ui/framework/factories/ViewShellWrapper.cxx
+++ b/sd/source/ui/framework/factories/ViewShellWrapper.cxx
@@ -67,11 +67,11 @@ ViewShellWrapper::ViewShellWrapper (
{
}
-ViewShellWrapper::~ViewShellWrapper (void)
+ViewShellWrapper::~ViewShellWrapper()
{
}
-void SAL_CALL ViewShellWrapper::disposing (void)
+void SAL_CALL ViewShellWrapper::disposing()
{
::osl::MutexGuard aGuard( maMutex );
@@ -107,13 +107,13 @@ uno::Any SAL_CALL ViewShellWrapper::queryInterface( const uno::Type & rType ) th
//----- XResource -------------------------------------------------------------
-Reference<XResourceId> SAL_CALL ViewShellWrapper::getResourceId (void)
+Reference<XResourceId> SAL_CALL ViewShellWrapper::getResourceId()
throw (RuntimeException, std::exception)
{
return mxViewId;
}
-sal_Bool SAL_CALL ViewShellWrapper::isAnchorOnly (void)
+sal_Bool SAL_CALL ViewShellWrapper::isAnchorOnly()
throw (RuntimeException, std::exception)
{
return false;
@@ -236,7 +236,7 @@ namespace
class theViewShellWrapperUnoTunnelId : public rtl::Static< UnoTunnelIdInit, theViewShellWrapperUnoTunnelId> {};
}
-const Sequence<sal_Int8>& ViewShellWrapper::getUnoTunnelId (void)
+const Sequence<sal_Int8>& ViewShellWrapper::getUnoTunnelId()
{
return theViewShellWrapperUnoTunnelId::get().getSeq();
}