diff options
Diffstat (limited to 'sw/source/ui/vba/vbafont.hxx')
-rw-r--r-- | sw/source/ui/vba/vbafont.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/ui/vba/vbafont.hxx b/sw/source/ui/vba/vbafont.hxx index aedb392af125..0a24b2e87cb1 100644 --- a/sw/source/ui/vba/vbafont.hxx +++ b/sw/source/ui/vba/vbafont.hxx @@ -29,6 +29,7 @@ typedef cppu::ImplInheritanceHelper< VbaFontBase, ov::word::XFont > SwVbaFont_BA class SwVbaFont : public SwVbaFont_BASE { public: + /// @throws css::uno::RuntimeException SwVbaFont( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Reference< css::uno::XComponentContext >& xContext, const css::uno::Reference< css::container::XIndexAccess >& xPalette, css::uno::Reference< css::beans::XPropertySet > const & xPropertySet ) throw ( css::uno::RuntimeException ); virtual ~SwVbaFont() override {} |