From 1d5372daac88346d59c2bf6a14ec9dd9ce6eb1bc Mon Sep 17 00:00:00 2001
From: Stephan Bergmann <sbergman@redhat.com>
Date: Thu, 19 Jan 2017 17:49:29 +0100
Subject: New loplugin:dynexcspec: Add @throws documentation, sw

Change-Id: I2da2ce4cd247e7b9f973150917b4ee7bd7a0e0c4
---
 sw/source/ui/vba/vbasection.hxx | 1 +
 1 file changed, 1 insertion(+)

(limited to 'sw/source/ui/vba/vbasection.hxx')

diff --git a/sw/source/ui/vba/vbasection.hxx b/sw/source/ui/vba/vbasection.hxx
index 3d5b5f4451c8..d34da89637be 100644
--- a/sw/source/ui/vba/vbasection.hxx
+++ b/sw/source/ui/vba/vbasection.hxx
@@ -31,6 +31,7 @@ private:
     css::uno::Reference< css::beans::XPropertySet > mxPageProps;
 
 public:
+    /// @throws css::uno::RuntimeException
     SwVbaSection( const css::uno::Reference< ooo::vba::XHelperInterface >& rParent, const css::uno::Reference< css::uno::XComponentContext >& rContext, const css::uno::Reference< css::frame::XModel >& xModel, const css::uno::Reference< css::beans::XPropertySet >& xProps ) throw ( css::uno::RuntimeException );
     virtual ~SwVbaSection() override;
 
-- 
cgit