summaryrefslogtreecommitdiff
path: root/include/svx/tbxcustomshapes.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/tbxcustomshapes.hxx')
-rw-r--r--include/svx/tbxcustomshapes.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/svx/tbxcustomshapes.hxx b/include/svx/tbxcustomshapes.hxx
index d4cff38eb56c..c47457e70e0d 100644
--- a/include/svx/tbxcustomshapes.hxx
+++ b/include/svx/tbxcustomshapes.hxx
@@ -44,10 +44,10 @@ public:
~SvxTbxCtlCustomShapes() {}
//interface XSubToolbarController:
- virtual ::sal_Bool SAL_CALL opensSubToolbar() throw (::com::sun::star::uno::RuntimeException);
- virtual OUString SAL_CALL getSubToolbarName() throw (::com::sun::star::uno::RuntimeException);
- virtual void SAL_CALL functionSelected( const OUString& aCommand ) throw (::com::sun::star::uno::RuntimeException);
- virtual void SAL_CALL updateImage() throw (::com::sun::star::uno::RuntimeException);
+ virtual ::sal_Bool SAL_CALL opensSubToolbar() throw (::com::sun::star::uno::RuntimeException, std::exception);
+ virtual OUString SAL_CALL getSubToolbarName() throw (::com::sun::star::uno::RuntimeException, std::exception);
+ virtual void SAL_CALL functionSelected( const OUString& aCommand ) throw (::com::sun::star::uno::RuntimeException, std::exception);
+ virtual void SAL_CALL updateImage() throw (::com::sun::star::uno::RuntimeException, std::exception);
private:
OUString m_aSubTbName;