summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbaborders.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/vba/vbaborders.hxx')
-rw-r--r--sc/source/ui/vba/vbaborders.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/sc/source/ui/vba/vbaborders.hxx b/sc/source/ui/vba/vbaborders.hxx
index a7a5eba2ca2d..2bddb31c6275 100644
--- a/sc/source/ui/vba/vbaborders.hxx
+++ b/sc/source/ui/vba/vbaborders.hxx
@@ -51,14 +51,14 @@ public:
// ScVbaCollectionBaseImpl
virtual css::uno::Any createCollectionObject( const css::uno::Any& aSource );
- virtual css::uno::Any SAL_CALL getColor() throw (css::uno::RuntimeException);
- virtual void SAL_CALL setColor( const css::uno::Any& _color ) throw (css::uno::RuntimeException);
- virtual css::uno::Any SAL_CALL getColorIndex() throw (css::uno::RuntimeException);
- virtual void SAL_CALL setColorIndex( const css::uno::Any& _colorindex ) throw (css::uno::RuntimeException);
- virtual css::uno::Any SAL_CALL getLineStyle() throw (css::uno::RuntimeException);
- virtual void SAL_CALL setLineStyle( const css::uno::Any& _linestyle ) throw (css::uno::RuntimeException);
- virtual css::uno::Any SAL_CALL getWeight() throw (css::uno::RuntimeException);
- virtual void SAL_CALL setWeight( const css::uno::Any& ) throw (css::uno::RuntimeException);
+ virtual css::uno::Any SAL_CALL getColor() throw (css::uno::RuntimeException, std::exception);
+ virtual void SAL_CALL setColor( const css::uno::Any& _color ) throw (css::uno::RuntimeException, std::exception);
+ virtual css::uno::Any SAL_CALL getColorIndex() throw (css::uno::RuntimeException, std::exception);
+ virtual void SAL_CALL setColorIndex( const css::uno::Any& _colorindex ) throw (css::uno::RuntimeException, std::exception);
+ virtual css::uno::Any SAL_CALL getLineStyle() throw (css::uno::RuntimeException, std::exception);
+ virtual void SAL_CALL setLineStyle( const css::uno::Any& _linestyle ) throw (css::uno::RuntimeException, std::exception);
+ virtual css::uno::Any SAL_CALL getWeight() throw (css::uno::RuntimeException, std::exception);
+ virtual void SAL_CALL setWeight( const css::uno::Any& ) throw (css::uno::RuntimeException, std::exception);
// xxxxBASE
virtual OUString getServiceImplName();
virtual css::uno::Sequence<OUString> getServiceNames();