summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-13 16:53:14 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-13 21:04:53 +0000
commit811e6f674554bc8f4f3c4d43ee9e2f263c8d7e71 (patch)
treea3a0cb704264a8d30d30a4eca418d8a43a58610e /editeng
parentbe921ceb350a2beb6586197f43090e87b8824fd6 (diff)
coverity#738003 Uncaught exception
Change-Id: Iddb64e592ae47dd5f22430778b8018fc8c9880c5
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/uno/unotext.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/editeng/source/uno/unotext.cxx b/editeng/source/uno/unotext.cxx
index 192f5fa15af9..1e28f16422dc 100644
--- a/editeng/source/uno/unotext.cxx
+++ b/editeng/source/uno/unotext.cxx
@@ -1306,7 +1306,8 @@ uno::Any SAL_CALL SvxUnoTextRangeBase::getPropertyDefault( const OUString& aProp
}
// beans::XMultiPropertyStates
-void SAL_CALL SvxUnoTextRangeBase::setAllPropertiesToDefault( ) throw (uno::RuntimeException)
+void SAL_CALL SvxUnoTextRangeBase::setAllPropertiesToDefault()
+ throw (uno::RuntimeException, std::exception)
{
SolarMutexGuard aGuard;