diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-06-27 20:37:07 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-06-28 13:22:58 +0100 |
commit | e830cde3e7f8d9f5a7bf5703e654811001937a6c (patch) | |
tree | de055e74c1c6bae138edf8ee829155250e6cb0f6 /sw/inc | |
parent | 2005435656362026f662e48600b163f54579b1f6 (diff) |
coverity#1308492 Uncaught exception
Change-Id: I80543ac6f26c4d078e9dd1ef384b03c54121239c
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/unostyle.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/unostyle.hxx b/sw/inc/unostyle.hxx index 136c7da5daa2..d252a6984712 100644 --- a/sw/inc/unostyle.hxx +++ b/sw/inc/unostyle.hxx @@ -305,7 +305,7 @@ protected: ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException, std::exception); - ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > SAL_CALL GetPropertyValues_Impl( const ::com::sun::star::uno::Sequence< OUString >& aPropertyNames ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException); + ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > SAL_CALL GetPropertyValues_Impl( const ::com::sun::star::uno::Sequence< OUString >& aPropertyNames ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException, std::exception); public: SwXPageStyle(SfxStyleSheetBasePool& rPool, SwDocShell* pDocSh, SfxStyleFamily eFam, |