summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/framework/Configuration.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/framework/Configuration.hxx')
-rw-r--r--sd/source/ui/inc/framework/Configuration.hxx33
1 files changed, 11 insertions, 22 deletions
diff --git a/sd/source/ui/inc/framework/Configuration.hxx b/sd/source/ui/inc/framework/Configuration.hxx
index 8c20bef04eaf..d97266cd89ab 100644
--- a/sd/source/ui/inc/framework/Configuration.hxx
+++ b/sd/source/ui/inc/framework/Configuration.hxx
@@ -84,54 +84,44 @@ public:
virtual void SAL_CALL addResource (
const css::uno::Reference<css::drawing::framework::XResourceId>&
- rxResourceId)
- throw (css::uno::RuntimeException, std::exception) override;
+ rxResourceId) override;
virtual void SAL_CALL removeResource(
const css::uno::Reference<css::drawing::framework::XResourceId>&
- rxResourceId)
- throw (css::uno::RuntimeException, std::exception) override;
+ rxResourceId) override;
virtual css::uno::Sequence< css::uno::Reference<
css::drawing::framework::XResourceId> > SAL_CALL getResources (
const css::uno::Reference<css::drawing::framework::XResourceId>& rxAnchorId,
const OUString& rsResourceURLPrefix,
- css::drawing::framework::AnchorBindingMode eMode)
- throw (css::uno::RuntimeException, std::exception) override;
+ css::drawing::framework::AnchorBindingMode eMode) override;
virtual sal_Bool SAL_CALL hasResource (
const css::uno::Reference<css::drawing::framework::XResourceId>&
- rxResourceId)
- throw (css::uno::RuntimeException, std::exception) override;
+ rxResourceId) override;
// XCloneable
virtual css::uno::Reference<css::util::XCloneable>
- SAL_CALL createClone()
- throw (css::uno::RuntimeException, std::exception) override;
+ SAL_CALL createClone() override;
// XNamed
/** Return a human readable string representation. This is used for
debugging purposes.
*/
- virtual OUString SAL_CALL getName()
- throw (css::uno::RuntimeException, std::exception) override;
+ virtual OUString SAL_CALL getName() override;
/** This call is ignored because the XNamed interface is (mis)used to
give access to a human readable name for debugging purposes.
*/
- virtual void SAL_CALL setName (const OUString& rName)
- throw (css::uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL setName (const OUString& rName) override;
- OUString SAL_CALL getImplementationName()
- throw (css::uno::RuntimeException, std::exception) override;
+ OUString SAL_CALL getImplementationName() override;
- sal_Bool SAL_CALL supportsService(OUString const & ServiceName)
- throw (css::uno::RuntimeException, std::exception) override;
+ sal_Bool SAL_CALL supportsService(OUString const & ServiceName) override;
- css::uno::Sequence<OUString> SAL_CALL getSupportedServiceNames()
- throw (css::uno::RuntimeException, std::exception) override;
+ css::uno::Sequence<OUString> SAL_CALL getSupportedServiceNames() override;
private:
class ResourceContainer;
@@ -177,8 +167,7 @@ private:
@throws css::lang::DisposedException
*/
- void ThrowIfDisposed() const
- throw (css::lang::DisposedException);
+ void ThrowIfDisposed() const;
};
/** Return whether the two given configurations contain the same resource