summaryrefslogtreecommitdiff
path: root/include/svx/tbxalign.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/tbxalign.hxx')
-rw-r--r--include/svx/tbxalign.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/svx/tbxalign.hxx b/include/svx/tbxalign.hxx
index aad32b52e50e..f741da44653c 100644
--- a/include/svx/tbxalign.hxx
+++ b/include/svx/tbxalign.hxx
@@ -26,10 +26,10 @@
class SVX_DLLPUBLIC SvxTbxCtlAlign: public SfxToolBoxControl
{
public:
- 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);
virtual SfxPopupWindowType GetPopupWindowType() const;
virtual SfxPopupWindow* CreatePopupWindow();