summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/unoidl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-25 10:31:11 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-25 10:45:26 +0000
commit76e14408abb2a982215f311002899efbf73ab78b (patch)
treee6a99df45390ab318e8f71e17d79d1319a4cafcb /sd/source/ui/unoidl
parentcoverity#737802 Uncaught exception (diff)
downloadcore-76e14408abb2a982215f311002899efbf73ab78b.tar.gz
core-76e14408abb2a982215f311002899efbf73ab78b.zip
coverity#737805 Uncaught exception
Change-Id: I61ca610f7183d7e72a5b36fb0bf1fe0fcd1210fe
Diffstat (limited to 'sd/source/ui/unoidl')
-rw-r--r--sd/source/ui/unoidl/SdUnoDrawView.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/unoidl/SdUnoDrawView.cxx b/sd/source/ui/unoidl/SdUnoDrawView.cxx
index 9c9bbccebc7d..adb451404c65 100644
--- a/sd/source/ui/unoidl/SdUnoDrawView.cxx
+++ b/sd/source/ui/unoidl/SdUnoDrawView.cxx
@@ -469,7 +469,7 @@ Any SAL_CALL SdUnoDrawView::getFastPropertyValue (
void SAL_CALL SdUnoDrawView::setCurrentPage (
const Reference< drawing::XDrawPage >& xPage )
- throw(RuntimeException)
+ throw (RuntimeException, std::exception)
{
SvxDrawPage* pDrawPage = SvxDrawPage::getImplementation( xPage );
SdrPage *pSdrPage = pDrawPage ? pDrawPage->GetSdrPage() : NULL;