summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbatabstops.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbatabstops.hxx')
-rw-r--r--sw/source/ui/vba/vbatabstops.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/vba/vbatabstops.hxx b/sw/source/ui/vba/vbatabstops.hxx
index 6e5cf3ebb505..2b6bb59d5782 100644
--- a/sw/source/ui/vba/vbatabstops.hxx
+++ b/sw/source/ui/vba/vbatabstops.hxx
@@ -38,8 +38,8 @@ public:
virtual ~SwVbaTabStops() {}
// Methods
- virtual css::uno::Reference< ::ooo::vba::word::XTabStop > SAL_CALL Add( float Position, const css::uno::Any& Alignment, const css::uno::Any& Leader ) throw (css::uno::RuntimeException);
- virtual void SAL_CALL ClearAll( ) throw (css::uno::RuntimeException);
+ virtual css::uno::Reference< ::ooo::vba::word::XTabStop > SAL_CALL Add( float Position, const css::uno::Any& Alignment, const css::uno::Any& Leader ) throw (css::uno::RuntimeException, std::exception);
+ virtual void SAL_CALL ClearAll( ) throw (css::uno::RuntimeException, std::exception);
// XEnumerationAccess
virtual css::uno::Type SAL_CALL getElementType() throw (css::uno::RuntimeException);