diff options
Diffstat (limited to 'sw/source/ui/vba/vbatabstops.hxx')
-rw-r--r-- | sw/source/ui/vba/vbatabstops.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/ui/vba/vbatabstops.hxx b/sw/source/ui/vba/vbatabstops.hxx index 7ec75b529b49..98c05a900221 100644 --- a/sw/source/ui/vba/vbatabstops.hxx +++ b/sw/source/ui/vba/vbatabstops.hxx @@ -34,6 +34,7 @@ private: css::uno::Reference< css::beans::XPropertySet > mxParaProps; public: + /// @throws css::uno::RuntimeException SwVbaTabStops( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Reference< css::uno::XComponentContext > & xContext, const css::uno::Reference< css::beans::XPropertySet >& xParaProps ) throw ( css::uno::RuntimeException ); virtual ~SwVbaTabStops() override {} |