summaryrefslogtreecommitdiff
path: root/svx/source/unodraw/unomlstr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/unodraw/unomlstr.cxx')
-rw-r--r--svx/source/unodraw/unomlstr.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/unodraw/unomlstr.cxx b/svx/source/unodraw/unomlstr.cxx
index e764a10dc35f..bae372d48c73 100644
--- a/svx/source/unodraw/unomlstr.cxx
+++ b/svx/source/unodraw/unomlstr.cxx
@@ -35,7 +35,7 @@ SvxUnoShapeModifyListener::~SvxUnoShapeModifyListener() throw()
}
// css::util::XModifyListener
-void SAL_CALL SvxUnoShapeModifyListener::modified(const lang::EventObject& ) throw( uno::RuntimeException, std::exception )
+void SAL_CALL SvxUnoShapeModifyListener::modified(const lang::EventObject& )
{
SolarMutexGuard aGuard;
if( mpObj )
@@ -46,7 +46,7 @@ void SAL_CALL SvxUnoShapeModifyListener::modified(const lang::EventObject& ) thr
}
// css::lang::XEventListener
-void SvxUnoShapeModifyListener::disposing(const lang::EventObject& ) throw( uno::RuntimeException, std::exception )
+void SvxUnoShapeModifyListener::disposing(const lang::EventObject& )
{
invalidate();
}