diff options
Diffstat (limited to 'vbahelper/source/msforms/vbanewfont.hxx')
-rw-r--r-- | vbahelper/source/msforms/vbanewfont.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vbahelper/source/msforms/vbanewfont.hxx b/vbahelper/source/msforms/vbanewfont.hxx index ceebd68c56f9..3a95c1cbc282 100644 --- a/vbahelper/source/msforms/vbanewfont.hxx +++ b/vbahelper/source/msforms/vbanewfont.hxx @@ -30,6 +30,7 @@ typedef cppu::WeakImplHelper< ov::msforms::XNewFont > VbaNewFont_BASE; class VbaNewFont : public VbaNewFont_BASE { public: + /// @throws css::uno::RuntimeException explicit VbaNewFont( const css::uno::Reference< css::beans::XPropertySet >& rxModelProps ) throw (css::uno::RuntimeException); |