Kaydet (Commit) e9ae2b07 authored tarafından Noel Grandin's avatar Noel Grandin

sdext: remove SAL_THROW macro

Change-Id: Ib8649fb4d5aa2249d99d5c9d9ecf9d2307a93c72
üst a8d5b0c8
...@@ -52,8 +52,7 @@ public: ...@@ -52,8 +52,7 @@ public:
static OUString getImplementationName_static (void); static OUString getImplementationName_static (void);
static css::uno::Sequence< OUString > getSupportedServiceNames_static (void); static css::uno::Sequence< OUString > getSupportedServiceNames_static (void);
static css::uno::Reference<css::uno::XInterface> Create( static css::uno::Reference<css::uno::XInterface> Create(
const css::uno::Reference<css::uno::XComponentContext>& rxContext) const css::uno::Reference<css::uno::XComponentContext>& rxContext);
SAL_THROW((css::uno::Exception));
// XPane // XPane
......
...@@ -56,7 +56,6 @@ Sequence<OUString> PresenterPaneBorderManager::getSupportedServiceNames_static ( ...@@ -56,7 +56,6 @@ Sequence<OUString> PresenterPaneBorderManager::getSupportedServiceNames_static (
} }
Reference<XInterface> PresenterPaneBorderManager::Create (const Reference<uno::XComponentContext>& rxContext) Reference<XInterface> PresenterPaneBorderManager::Create (const Reference<uno::XComponentContext>& rxContext)
SAL_THROW((css::uno::Exception))
{ {
return Reference<XInterface>(static_cast<XWeak*>( return Reference<XInterface>(static_cast<XWeak*>(
new PresenterPaneBorderManager(rxContext, NULL))); new PresenterPaneBorderManager(rxContext, NULL)));
......
...@@ -73,8 +73,7 @@ public: ...@@ -73,8 +73,7 @@ public:
static OUString getImplementationName_static (void); static OUString getImplementationName_static (void);
static css::uno::Sequence< OUString > getSupportedServiceNames_static (void); static css::uno::Sequence< OUString > getSupportedServiceNames_static (void);
static css::uno::Reference<css::uno::XInterface> Create( static css::uno::Reference<css::uno::XInterface> Create(
const css::uno::Reference<css::uno::XComponentContext>& rxContext) const css::uno::Reference<css::uno::XComponentContext>& rxContext);
SAL_THROW((css::uno::Exception));
// XInitialization // XInitialization
......
...@@ -76,8 +76,7 @@ public: ...@@ -76,8 +76,7 @@ public:
static OUString getImplementationName_static (void); static OUString getImplementationName_static (void);
static css::uno::Sequence< OUString > getSupportedServiceNames_static (void); static css::uno::Sequence< OUString > getSupportedServiceNames_static (void);
static css::uno::Reference<css::uno::XInterface> Create( static css::uno::Reference<css::uno::XInterface> Create(
const css::uno::Reference<css::uno::XComponentContext>& rxContext) const css::uno::Reference<css::uno::XComponentContext>& rxContext);
SAL_THROW((css::uno::Exception));
virtual void SAL_CALL disposing (void) virtual void SAL_CALL disposing (void)
throw (css::uno::RuntimeException) SAL_OVERRIDE; throw (css::uno::RuntimeException) SAL_OVERRIDE;
......
...@@ -246,7 +246,6 @@ Sequence<OUString> PresenterProtocolHandler::getSupportedServiceNames_static (vo ...@@ -246,7 +246,6 @@ Sequence<OUString> PresenterProtocolHandler::getSupportedServiceNames_static (vo
Reference<XInterface> PresenterProtocolHandler::Create ( Reference<XInterface> PresenterProtocolHandler::Create (
const Reference<uno::XComponentContext>& rxContext) const Reference<uno::XComponentContext>& rxContext)
SAL_THROW((Exception))
{ {
return Reference<XInterface>(static_cast<XWeak*>(new PresenterProtocolHandler(rxContext))); return Reference<XInterface>(static_cast<XWeak*>(new PresenterProtocolHandler(rxContext)));
} }
......
...@@ -52,8 +52,7 @@ public: ...@@ -52,8 +52,7 @@ public:
static OUString getImplementationName_static (void); static OUString getImplementationName_static (void);
static css::uno::Sequence< OUString > getSupportedServiceNames_static (void); static css::uno::Sequence< OUString > getSupportedServiceNames_static (void);
static css::uno::Reference<css::uno::XInterface> Create( static css::uno::Reference<css::uno::XInterface> Create(
const css::uno::Reference<css::uno::XComponentContext>& rxContext) const css::uno::Reference<css::uno::XComponentContext>& rxContext);
SAL_THROW((css::uno::Exception));
// XInitialization // XInitialization
......
...@@ -102,7 +102,6 @@ Sequence<OUString> PresenterScreenJob::getSupportedServiceNames_static (void) ...@@ -102,7 +102,6 @@ Sequence<OUString> PresenterScreenJob::getSupportedServiceNames_static (void)
} }
Reference<XInterface> PresenterScreenJob::Create (const Reference<uno::XComponentContext>& rxContext) Reference<XInterface> PresenterScreenJob::Create (const Reference<uno::XComponentContext>& rxContext)
SAL_THROW((css::uno::Exception))
{ {
return Reference<XInterface>(static_cast<XWeak*>(new PresenterScreenJob(rxContext))); return Reference<XInterface>(static_cast<XWeak*>(new PresenterScreenJob(rxContext)));
} }
......
...@@ -63,8 +63,7 @@ public: ...@@ -63,8 +63,7 @@ public:
static OUString getImplementationName_static (void); static OUString getImplementationName_static (void);
static css::uno::Sequence< OUString > getSupportedServiceNames_static (void); static css::uno::Sequence< OUString > getSupportedServiceNames_static (void);
static css::uno::Reference<css::uno::XInterface> Create( static css::uno::Reference<css::uno::XInterface> Create(
const css::uno::Reference<css::uno::XComponentContext>& rxContext) const css::uno::Reference<css::uno::XComponentContext>& rxContext);
SAL_THROW((css::uno::Exception));
virtual void SAL_CALL disposing (void) SAL_OVERRIDE; virtual void SAL_CALL disposing (void) SAL_OVERRIDE;
......
...@@ -63,8 +63,7 @@ public: ...@@ -63,8 +63,7 @@ public:
static OUString getImplementationName_static (void); static OUString getImplementationName_static (void);
static css::uno::Sequence< OUString > getSupportedServiceNames_static (void); static css::uno::Sequence< OUString > getSupportedServiceNames_static (void);
static css::uno::Reference<css::uno::XInterface> Create( static css::uno::Reference<css::uno::XInterface> Create(
const css::uno::Reference<css::uno::XComponentContext>& rxContext) const css::uno::Reference<css::uno::XComponentContext>& rxContext);
SAL_THROW((css::uno::Exception));
// XPane // XPane
......
...@@ -101,8 +101,7 @@ public: ...@@ -101,8 +101,7 @@ public:
static OUString getImplementationName_static (void); static OUString getImplementationName_static (void);
static css::uno::Sequence< OUString > getSupportedServiceNames_static (void); static css::uno::Sequence< OUString > getSupportedServiceNames_static (void);
static css::uno::Reference<css::uno::XInterface> Create( static css::uno::Reference<css::uno::XInterface> Create(
const css::uno::Reference<css::uno::XComponentContext>& rxContext) const css::uno::Reference<css::uno::XComponentContext>& rxContext);
SAL_THROW((css::uno::Exception));
virtual void SAL_CALL disposing (void) virtual void SAL_CALL disposing (void)
throw (css::uno::RuntimeException) SAL_OVERRIDE; throw (css::uno::RuntimeException) SAL_OVERRIDE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment