summaryrefslogtreecommitdiffstats
path: root/sc/inc/viewuno.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-06 11:17:38 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-06 11:57:49 +0000
commita9c63ef451ff88734b14b179691bf9d4a22a1e6b (patch)
tree848b47326406448a584b59f8000011bd82261876 /sc/inc/viewuno.hxx
parentcoverity#1038441 Uncaught exception (diff)
downloadcore-a9c63ef451ff88734b14b179691bf9d4a22a1e6b.tar.gz
core-a9c63ef451ff88734b14b179691bf9d4a22a1e6b.zip
coverity#1038464 Uncaught exception
Change-Id: Ic811b66b7b3ac204ee894fd0931bb96cce11fd8c
Diffstat (limited to 'sc/inc/viewuno.hxx')
-rw-r--r--sc/inc/viewuno.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/viewuno.hxx b/sc/inc/viewuno.hxx
index ac7bf1a7b3b3..ff87c4e3b3dd 100644
--- a/sc/inc/viewuno.hxx
+++ b/sc/inc/viewuno.hxx
@@ -260,7 +260,8 @@ public:
::com::sun::star::beans::PropertyVetoException,
::com::sun::star::lang::IllegalArgumentException,
::com::sun::star::lang::WrappedTargetException,
- ::com::sun::star::uno::RuntimeException);
+ ::com::sun::star::uno::RuntimeException,
+ std::exception);
virtual ::com::sun::star::uno::Any SAL_CALL getPropertyValue(
const OUString& PropertyName )
throw(::com::sun::star::beans::UnknownPropertyException,