From 920f1dd4a77b887f79a24b76adf0d25f00551056 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 19 Jan 2017 17:51:52 +0100 Subject: New loplugin:dynexcspec: Add @throws documentation, sdext Change-Id: Id01b4012d2ac3cf479a96ed496eff3d97e5c80c5 --- sdext/source/presenter/PresenterButton.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sdext/source/presenter/PresenterButton.hxx') diff --git a/sdext/source/presenter/PresenterButton.hxx b/sdext/source/presenter/PresenterButton.hxx index 37232cc363f0..fe16bcb2cbf0 100644 --- a/sdext/source/presenter/PresenterButton.hxx +++ b/sdext/source/presenter/PresenterButton.hxx @@ -160,6 +160,7 @@ private: const css::uno::Reference& rxComponentContext, const OUString& rsConfgurationName); + /// @throws css::lang::DisposedException void ThrowIfDisposed() const throw (css::lang::DisposedException); }; -- cgit