summaryrefslogtreecommitdiff
path: root/scripting/source/provider/URIHelper.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-19 17:52:02 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-19 18:03:14 +0100
commit7b79e23260db34f2bb0a2994a5e64dd39117228c (patch)
tree587b3c62ca67ee04e742e7856bf2bb169e72659c /scripting/source/provider/URIHelper.hxx
parent920f1dd4a77b887f79a24b76adf0d25f00551056 (diff)
New loplugin:dynexcspec: Add @throws documentation, scripting
Change-Id: I3a3f8ad12bad448f0ea2beb698cf4e6636d4595a
Diffstat (limited to 'scripting/source/provider/URIHelper.hxx')
-rw-r--r--scripting/source/provider/URIHelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripting/source/provider/URIHelper.hxx b/scripting/source/provider/URIHelper.hxx
index e23e840b0847..5cd5a3c7e47d 100644
--- a/scripting/source/provider/URIHelper.hxx
+++ b/scripting/source/provider/URIHelper.hxx
@@ -56,7 +56,7 @@ private:
static OUString getLanguagePath(const OUString& rLanguagePart);
public:
-
+ /// @throws css::uno::RuntimeException
explicit ScriptingFrameworkURIHelper(
const css::uno::Reference< css::uno::XComponentContext >& xContext )
throw( css::uno::RuntimeException );