summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterPaneBorderPainter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterPaneBorderPainter.cxx')
-rw-r--r--sdext/source/presenter/PresenterPaneBorderPainter.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sdext/source/presenter/PresenterPaneBorderPainter.cxx b/sdext/source/presenter/PresenterPaneBorderPainter.cxx
index 7d6f60a7224f..47f86d1f44bc 100644
--- a/sdext/source/presenter/PresenterPaneBorderPainter.cxx
+++ b/sdext/source/presenter/PresenterPaneBorderPainter.cxx
@@ -172,7 +172,6 @@ awt::Rectangle SAL_CALL PresenterPaneBorderPainter::addBorder (
const OUString& rsPaneBorderStyleName,
const css::awt::Rectangle& rRectangle,
drawing::framework::BorderType eBorderType)
- throw(css::uno::RuntimeException, std::exception)
{
ThrowIfDisposed();
@@ -185,7 +184,6 @@ awt::Rectangle SAL_CALL PresenterPaneBorderPainter::removeBorder (
const OUString& rsPaneBorderStyleName,
const css::awt::Rectangle& rRectangle,
drawing::framework::BorderType eBorderType)
- throw(css::uno::RuntimeException, std::exception)
{
ThrowIfDisposed();
@@ -200,7 +198,6 @@ void SAL_CALL PresenterPaneBorderPainter::paintBorder (
const css::awt::Rectangle& rOuterBorderRectangle,
const css::awt::Rectangle& rRepaintArea,
const OUString& rsTitle)
- throw(css::uno::RuntimeException, std::exception)
{
ThrowIfDisposed();
@@ -236,7 +233,6 @@ void SAL_CALL PresenterPaneBorderPainter::paintBorderWithCallout (
const css::awt::Rectangle& rRepaintArea,
const OUString& rsTitle,
const css::awt::Point& rCalloutAnchor)
- throw(css::uno::RuntimeException, std::exception)
{
ThrowIfDisposed();
@@ -268,7 +264,6 @@ void SAL_CALL PresenterPaneBorderPainter::paintBorderWithCallout (
awt::Point SAL_CALL PresenterPaneBorderPainter::getCalloutOffset (
const OUString& rsPaneBorderStyleName)
- throw(css::uno::RuntimeException, std::exception)
{
ThrowIfDisposed();
ProvideTheme();
@@ -370,7 +365,6 @@ awt::Rectangle PresenterPaneBorderPainter::RemoveBorder (
}
void PresenterPaneBorderPainter::ThrowIfDisposed() const
- throw (css::lang::DisposedException)
{
if (rBHelper.bDisposed || rBHelper.bInDispose)
{