From 1d5372daac88346d59c2bf6a14ec9dd9ce6eb1bc Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 19 Jan 2017 17:49:29 +0100 Subject: New loplugin:dynexcspec: Add @throws documentation, sw Change-Id: I2da2ce4cd247e7b9f973150917b4ee7bd7a0e0c4 --- sw/source/ui/vba/vbaautotextentry.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sw/source/ui/vba/vbaautotextentry.hxx') diff --git a/sw/source/ui/vba/vbaautotextentry.hxx b/sw/source/ui/vba/vbaautotextentry.hxx index 8b7a4f268435..29cf0ff2c550 100644 --- a/sw/source/ui/vba/vbaautotextentry.hxx +++ b/sw/source/ui/vba/vbaautotextentry.hxx @@ -34,6 +34,7 @@ private: css::uno::Reference< css::text::XAutoTextEntry > mxEntry; public: + /// @throws css::uno::RuntimeException SwVbaAutoTextEntry( const css::uno::Reference< ooo::vba::XHelperInterface >& rParent, const css::uno::Reference< css::uno::XComponentContext >& rContext, const css::uno::Reference< css::text::XAutoTextEntry >& xEntry ) throw ( css::uno::RuntimeException ); virtual ~SwVbaAutoTextEntry() override; @@ -50,6 +51,7 @@ typedef CollTestImplHelper< ooo::vba::word::XAutoTextEntries > SwVbaAutoTextEntr class SwVbaAutoTextEntries : public SwVbaAutoTextEntries_BASE { public: + /// @throws css::uno::RuntimeException SwVbaAutoTextEntries( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Reference< css::uno::XComponentContext > & xContext, const css::uno::Reference< css::container::XIndexAccess >& xIndexAccess ) throw (css::uno::RuntimeException); virtual ~SwVbaAutoTextEntries() override {} -- cgit