summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-25 13:04:09 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-25 14:27:36 +0000
commit1a17d01e3cd03a335cd55b165a9b9c98bec22096 (patch)
treef0938a56a037dc654154af693228f47d4c3cebd4 /sw/inc
parent2156bf1eb7cc4a6558169294f5cb64ef9cf237e4 (diff)
coverity#738235 Uncaught exception
Change-Id: If8be83cac683eec15a7d4765d2137ad67b8f38c7
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/unostyle.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/sw/inc/unostyle.hxx b/sw/inc/unostyle.hxx
index 7670c26b0274..6c940473de8b 100644
--- a/sw/inc/unostyle.hxx
+++ b/sw/inc/unostyle.hxx
@@ -86,7 +86,10 @@ public:
virtual sal_Bool SAL_CALL hasElements( ) throw(::com::sun::star::uno::RuntimeException);
//XStyleLoader
- virtual void SAL_CALL loadStylesFromURL(const OUString& rURL, const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aOptions) throw( ::com::sun::star::io::IOException, ::com::sun::star::uno::RuntimeException );
+ virtual void SAL_CALL loadStylesFromURL(const OUString& rURL, const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aOptions)
+ throw (::com::sun::star::io::IOException,
+ ::com::sun::star::uno::RuntimeException,
+ std::exception);
virtual ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > SAL_CALL getStyleLoaderOptions(void) throw( ::com::sun::star::uno::RuntimeException );
//XServiceInfo