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:
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
......
......@@ -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)));
......
......@@ -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
......
......@@ -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;
......
......@@ -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)));
}
......
......@@ -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
......
......@@ -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)));
}
......
......@@ -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;
......
......@@ -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
......
......@@ -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;
......
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