diff options
author | Noel Grandin <noel@peralex.com> | 2014-06-05 08:16:26 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-06-05 08:17:51 +0200 |
commit | e9ae2b07c29707641fe126539390fe2281acdf84 (patch) | |
tree | 2198c3dd09230705236f0c3eafad796e7eb41e2a /sdext | |
parent | a8d5b0c81550ac224ef1278e764216afbbfea4b3 (diff) |
sdext: remove SAL_THROW macro
Change-Id: Ib8649fb4d5aa2249d99d5c9d9ecf9d2307a93c72
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/source/presenter/PresenterPane.hxx | 3 | ||||
-rw-r--r-- | sdext/source/presenter/PresenterPaneBorderManager.cxx | 1 | ||||
-rw-r--r-- | sdext/source/presenter/PresenterPaneBorderManager.hxx | 3 | ||||
-rw-r--r-- | sdext/source/presenter/PresenterPaneFactory.hxx | 3 | ||||
-rw-r--r-- | sdext/source/presenter/PresenterProtocolHandler.cxx | 1 | ||||
-rw-r--r-- | sdext/source/presenter/PresenterProtocolHandler.hxx | 3 | ||||
-rw-r--r-- | sdext/source/presenter/PresenterScreen.cxx | 1 | ||||
-rw-r--r-- | sdext/source/presenter/PresenterScreen.hxx | 3 | ||||
-rw-r--r-- | sdext/source/presenter/PresenterSpritePane.hxx | 3 | ||||
-rw-r--r-- | sdext/source/presenter/PresenterViewFactory.hxx | 3 |
10 files changed, 7 insertions, 17 deletions
diff --git a/sdext/source/presenter/PresenterPane.hxx b/sdext/source/presenter/PresenterPane.hxx index 4a6e0fd33508..1a534372e0ba 100644 --- a/sdext/source/presenter/PresenterPane.hxx +++ b/sdext/source/presenter/PresenterPane.hxx @@ -52,8 +52,7 @@ public: static OUString getImplementationName_static (void); static css::uno::Sequence< OUString > getSupportedServiceNames_static (void); static css::uno::Reference<css::uno::XInterface> Create( - const css::uno::Reference<css::uno::XComponentContext>& rxContext) - SAL_THROW((css::uno::Exception)); + const css::uno::Reference<css::uno::XComponentContext>& rxContext); // XPane diff --git a/sdext/source/presenter/PresenterPaneBorderManager.cxx b/sdext/source/presenter/PresenterPaneBorderManager.cxx index 74a6372b8791..4ddaa937f3e9 100644 --- a/sdext/source/presenter/PresenterPaneBorderManager.cxx +++ b/sdext/source/presenter/PresenterPaneBorderManager.cxx @@ -56,7 +56,6 @@ Sequence<OUString> PresenterPaneBorderManager::getSupportedServiceNames_static ( } Reference<XInterface> PresenterPaneBorderManager::Create (const Reference<uno::XComponentContext>& rxContext) - SAL_THROW((css::uno::Exception)) { return Reference<XInterface>(static_cast<XWeak*>( new PresenterPaneBorderManager(rxContext, NULL))); diff --git a/sdext/source/presenter/PresenterPaneBorderManager.hxx b/sdext/source/presenter/PresenterPaneBorderManager.hxx index 2421ae1e7c0e..94472dcba718 100644 --- a/sdext/source/presenter/PresenterPaneBorderManager.hxx +++ b/sdext/source/presenter/PresenterPaneBorderManager.hxx @@ -73,8 +73,7 @@ public: static OUString getImplementationName_static (void); static css::uno::Sequence< OUString > getSupportedServiceNames_static (void); static css::uno::Reference<css::uno::XInterface> Create( - const css::uno::Reference<css::uno::XComponentContext>& rxContext) - SAL_THROW((css::uno::Exception)); + const css::uno::Reference<css::uno::XComponentContext>& rxContext); // XInitialization diff --git a/sdext/source/presenter/PresenterPaneFactory.hxx b/sdext/source/presenter/PresenterPaneFactory.hxx index 3c5fbf707e8a..9a55a8e3646e 100644 --- a/sdext/source/presenter/PresenterPaneFactory.hxx +++ b/sdext/source/presenter/PresenterPaneFactory.hxx @@ -76,8 +76,7 @@ public: static OUString getImplementationName_static (void); static css::uno::Sequence< OUString > getSupportedServiceNames_static (void); static css::uno::Reference<css::uno::XInterface> Create( - const css::uno::Reference<css::uno::XComponentContext>& rxContext) - SAL_THROW((css::uno::Exception)); + const css::uno::Reference<css::uno::XComponentContext>& rxContext); virtual void SAL_CALL disposing (void) throw (css::uno::RuntimeException) SAL_OVERRIDE; diff --git a/sdext/source/presenter/PresenterProtocolHandler.cxx b/sdext/source/presenter/PresenterProtocolHandler.cxx index f508e8e15e37..706612262492 100644 --- a/sdext/source/presenter/PresenterProtocolHandler.cxx +++ b/sdext/source/presenter/PresenterProtocolHandler.cxx @@ -246,7 +246,6 @@ Sequence<OUString> PresenterProtocolHandler::getSupportedServiceNames_static (vo Reference<XInterface> PresenterProtocolHandler::Create ( const Reference<uno::XComponentContext>& rxContext) - SAL_THROW((Exception)) { return Reference<XInterface>(static_cast<XWeak*>(new PresenterProtocolHandler(rxContext))); } diff --git a/sdext/source/presenter/PresenterProtocolHandler.hxx b/sdext/source/presenter/PresenterProtocolHandler.hxx index 6ca16f5a1794..287dcd06096f 100644 --- a/sdext/source/presenter/PresenterProtocolHandler.hxx +++ b/sdext/source/presenter/PresenterProtocolHandler.hxx @@ -52,8 +52,7 @@ public: static OUString getImplementationName_static (void); static css::uno::Sequence< OUString > getSupportedServiceNames_static (void); static css::uno::Reference<css::uno::XInterface> Create( - const css::uno::Reference<css::uno::XComponentContext>& rxContext) - SAL_THROW((css::uno::Exception)); + const css::uno::Reference<css::uno::XComponentContext>& rxContext); // XInitialization diff --git a/sdext/source/presenter/PresenterScreen.cxx b/sdext/source/presenter/PresenterScreen.cxx index 2e0d464b5311..899305926fde 100644 --- a/sdext/source/presenter/PresenterScreen.cxx +++ b/sdext/source/presenter/PresenterScreen.cxx @@ -102,7 +102,6 @@ Sequence<OUString> PresenterScreenJob::getSupportedServiceNames_static (void) } Reference<XInterface> PresenterScreenJob::Create (const Reference<uno::XComponentContext>& rxContext) - SAL_THROW((css::uno::Exception)) { return Reference<XInterface>(static_cast<XWeak*>(new PresenterScreenJob(rxContext))); } diff --git a/sdext/source/presenter/PresenterScreen.hxx b/sdext/source/presenter/PresenterScreen.hxx index af6cc728b36c..49341a67537d 100644 --- a/sdext/source/presenter/PresenterScreen.hxx +++ b/sdext/source/presenter/PresenterScreen.hxx @@ -63,8 +63,7 @@ public: static OUString getImplementationName_static (void); static css::uno::Sequence< OUString > getSupportedServiceNames_static (void); static css::uno::Reference<css::uno::XInterface> Create( - const css::uno::Reference<css::uno::XComponentContext>& rxContext) - SAL_THROW((css::uno::Exception)); + const css::uno::Reference<css::uno::XComponentContext>& rxContext); virtual void SAL_CALL disposing (void) SAL_OVERRIDE; diff --git a/sdext/source/presenter/PresenterSpritePane.hxx b/sdext/source/presenter/PresenterSpritePane.hxx index 39619e757c70..386ce53a9289 100644 --- a/sdext/source/presenter/PresenterSpritePane.hxx +++ b/sdext/source/presenter/PresenterSpritePane.hxx @@ -63,8 +63,7 @@ public: static OUString getImplementationName_static (void); static css::uno::Sequence< OUString > getSupportedServiceNames_static (void); static css::uno::Reference<css::uno::XInterface> Create( - const css::uno::Reference<css::uno::XComponentContext>& rxContext) - SAL_THROW((css::uno::Exception)); + const css::uno::Reference<css::uno::XComponentContext>& rxContext); // XPane diff --git a/sdext/source/presenter/PresenterViewFactory.hxx b/sdext/source/presenter/PresenterViewFactory.hxx index 8814ee32823c..d9a7a4572703 100644 --- a/sdext/source/presenter/PresenterViewFactory.hxx +++ b/sdext/source/presenter/PresenterViewFactory.hxx @@ -101,8 +101,7 @@ public: static OUString getImplementationName_static (void); static css::uno::Sequence< OUString > getSupportedServiceNames_static (void); static css::uno::Reference<css::uno::XInterface> Create( - const css::uno::Reference<css::uno::XComponentContext>& rxContext) - SAL_THROW((css::uno::Exception)); + const css::uno::Reference<css::uno::XComponentContext>& rxContext); virtual void SAL_CALL disposing (void) throw (css::uno::RuntimeException) SAL_OVERRIDE; |