summaryrefslogtreecommitdiff
path: root/sc/inc/notesuno.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-09 20:58:28 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-09 21:07:40 +0000
commit2d0b7b67c1730768f72601e1243d837b2f59ed4c (patch)
treee5b37778245d4e9252a4b4f1d29918a9c86c3c1b /sc/inc/notesuno.hxx
parent8328eb4ecb72c2e4ce6e09b4659ab49f3feeb86b (diff)
coverity#1130469 Uncaught exception
Change-Id: I27d58c5cc9b20e9a4315019df2626ac03b496d41
Diffstat (limited to 'sc/inc/notesuno.hxx')
-rw-r--r--sc/inc/notesuno.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/notesuno.hxx b/sc/inc/notesuno.hxx
index 992f196dcd84..8c9d303ac70e 100644
--- a/sc/inc/notesuno.hxx
+++ b/sc/inc/notesuno.hxx
@@ -96,7 +96,8 @@ public:
/// XSheetAnnotationShapeSupplier
virtual ::com::sun::star::uno::Reference < ::com::sun::star::drawing::XShape > SAL_CALL
getAnnotationShape()
- throw(::com::sun::star::uno::RuntimeException);
+ throw(::com::sun::star::uno::RuntimeException,
+ std::exception);
/// XServiceInfo
virtual OUString SAL_CALL getImplementationName()