summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/dispuno.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/unoobj/dispuno.cxx')
-rw-r--r--sc/source/ui/unoobj/dispuno.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/sc/source/ui/unoobj/dispuno.cxx b/sc/source/ui/unoobj/dispuno.cxx
index 24957eecc4a8..885cf33de385 100644
--- a/sc/source/ui/unoobj/dispuno.cxx
+++ b/sc/source/ui/unoobj/dispuno.cxx
@@ -91,7 +91,6 @@ void ScDispatchProviderInterceptor::Notify( SfxBroadcaster&, const SfxHint& rHin
uno::Reference<frame::XDispatch> SAL_CALL ScDispatchProviderInterceptor::queryDispatch(
const util::URL& aURL, const OUString& aTargetFrameName,
sal_Int32 nSearchFlags )
- throw(uno::RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
@@ -116,7 +115,6 @@ uno::Reference<frame::XDispatch> SAL_CALL ScDispatchProviderInterceptor::queryDi
uno::Sequence< uno::Reference<frame::XDispatch> > SAL_CALL
ScDispatchProviderInterceptor::queryDispatches(
const uno::Sequence<frame::DispatchDescriptor>& aDescripts )
- throw(uno::RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
@@ -135,7 +133,6 @@ uno::Sequence< uno::Reference<frame::XDispatch> > SAL_CALL
uno::Reference<frame::XDispatchProvider> SAL_CALL
ScDispatchProviderInterceptor::getSlaveDispatchProvider()
- throw(uno::RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
return m_xSlaveDispatcher;
@@ -143,7 +140,6 @@ uno::Reference<frame::XDispatchProvider> SAL_CALL
void SAL_CALL ScDispatchProviderInterceptor::setSlaveDispatchProvider(
const uno::Reference<frame::XDispatchProvider>& xNewDispatchProvider )
- throw(uno::RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
m_xSlaveDispatcher.set(xNewDispatchProvider);
@@ -151,7 +147,6 @@ void SAL_CALL ScDispatchProviderInterceptor::setSlaveDispatchProvider(
uno::Reference<frame::XDispatchProvider> SAL_CALL
ScDispatchProviderInterceptor::getMasterDispatchProvider()
- throw(uno::RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
return m_xMasterDispatcher;
@@ -159,7 +154,6 @@ uno::Reference<frame::XDispatchProvider> SAL_CALL
void SAL_CALL ScDispatchProviderInterceptor::setMasterDispatchProvider(
const uno::Reference<frame::XDispatchProvider>& xNewSupplier )
- throw(uno::RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
m_xMasterDispatcher.set(xNewSupplier);
@@ -168,7 +162,6 @@ void SAL_CALL ScDispatchProviderInterceptor::setMasterDispatchProvider(
// XEventListener
void SAL_CALL ScDispatchProviderInterceptor::disposing( const lang::EventObject& /* Source */ )
- throw(css::uno::RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
@@ -216,7 +209,6 @@ void ScDispatch::Notify( SfxBroadcaster&, const SfxHint& rHint )
void SAL_CALL ScDispatch::dispatch( const util::URL& aURL,
const uno::Sequence<beans::PropertyValue>& aArgs )
- throw(uno::RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
@@ -264,7 +256,6 @@ static void lcl_FillDataSource( frame::FeatureStateEvent& rEvent, const ScImport
void SAL_CALL ScDispatch::addStatusListener(
const uno::Reference<frame::XStatusListener>& xListener,
const util::URL& aURL)
- throw(uno::RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
@@ -302,7 +293,6 @@ void SAL_CALL ScDispatch::addStatusListener(
void SAL_CALL ScDispatch::removeStatusListener(
const uno::Reference<frame::XStatusListener>& xListener,
const util::URL& aURL )
- throw(uno::RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
@@ -332,7 +322,6 @@ void SAL_CALL ScDispatch::removeStatusListener(
// XSelectionChangeListener
void SAL_CALL ScDispatch::selectionChanged( const css::lang::EventObject& /* aEvent */ )
- throw (css::uno::RuntimeException, std::exception)
{
// currently only called for URL cURLDocDataSource
@@ -367,7 +356,6 @@ void SAL_CALL ScDispatch::selectionChanged( const css::lang::EventObject& /* aEv
// XEventListener
void SAL_CALL ScDispatch::disposing( const css::lang::EventObject& rSource )
- throw (css::uno::RuntimeException, std::exception)
{
uno::Reference<view::XSelectionSupplier> xSupplier(rSource.Source, uno::UNO_QUERY);
xSupplier->removeSelectionChangeListener(this);