summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterPaneBorderPainter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterPaneBorderPainter.hxx')
-rw-r--r--sdext/source/presenter/PresenterPaneBorderPainter.hxx18
1 files changed, 6 insertions, 12 deletions
diff --git a/sdext/source/presenter/PresenterPaneBorderPainter.hxx b/sdext/source/presenter/PresenterPaneBorderPainter.hxx
index 8230cd58a1aa..467926d5469d 100644
--- a/sdext/source/presenter/PresenterPaneBorderPainter.hxx
+++ b/sdext/source/presenter/PresenterPaneBorderPainter.hxx
@@ -90,22 +90,19 @@ public:
virtual css::awt::Rectangle SAL_CALL addBorder (
const OUString& rsPaneBorderStyleName,
const css::awt::Rectangle& rRectangle,
- css::drawing::framework::BorderType eBorderType)
- throw(css::uno::RuntimeException, std::exception) override;
+ css::drawing::framework::BorderType eBorderType) override;
virtual css::awt::Rectangle SAL_CALL removeBorder (
const OUString& rsPaneBorderStyleName,
const css::awt::Rectangle& rRectangle,
- css::drawing::framework::BorderType eBorderType)
- throw(css::uno::RuntimeException, std::exception) override;
+ css::drawing::framework::BorderType eBorderType) override;
virtual void SAL_CALL paintBorder (
const OUString& rsPaneBorderStyleName,
const css::uno::Reference<css::rendering::XCanvas>& rxCanvas,
const css::awt::Rectangle& rOuterBorderRectangle,
const css::awt::Rectangle& rRepaintArea,
- const OUString& rsTitle)
- throw(css::uno::RuntimeException, std::exception) override;
+ const OUString& rsTitle) override;
virtual void SAL_CALL paintBorderWithCallout (
const OUString& rsPaneBorderStyleName,
@@ -113,12 +110,10 @@ public:
const css::awt::Rectangle& rOuterBorderRectangle,
const css::awt::Rectangle& rRepaintArea,
const OUString& rsTitle,
- const css::awt::Point& rCalloutAnchor)
- throw(css::uno::RuntimeException, std::exception) override;
+ const css::awt::Point& rCalloutAnchor) override;
virtual css::awt::Point SAL_CALL getCalloutOffset (
- const OUString& rsPaneBorderStyleName)
- throw(css::uno::RuntimeException, std::exception) override;
+ const OUString& rsPaneBorderStyleName) override;
private:
css::uno::Reference<css::uno::XComponentContext> mxContext;
@@ -136,8 +131,7 @@ private:
void ProvideTheme();
/// @throws css::lang::DisposedException
- void ThrowIfDisposed() const
- throw (css::lang::DisposedException);
+ void ThrowIfDisposed() const;
};
} } // end of namespace ::sd::presenter