summaryrefslogtreecommitdiffstats
path: root/cui
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-19 17:59:13 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-19 18:03:23 +0100
commitd77087577066350d9f26b8736ec1b672dd328cfd (patch)
tree1406eb9a176889597442b578662c68b118051b9e /cui
parentNew loplugin:dynexcspec: Add @throws documentation, dbaccess (diff)
downloadcore-d77087577066350d9f26b8736ec1b672dd328cfd.tar.gz
core-d77087577066350d9f26b8736ec1b672dd328cfd.zip
New loplugin:dynexcspec: Add @throws documentation, cui
Change-Id: Ib4db87e67f39504f49b795e12476edbea5166800
Diffstat (limited to 'cui')
-rw-r--r--cui/source/inc/colorpicker.hxx1
-rw-r--r--cui/source/inc/thesdlg.hxx2
2 files changed, 3 insertions, 0 deletions
diff --git a/cui/source/inc/colorpicker.hxx b/cui/source/inc/colorpicker.hxx
index c6dfeebaa949..2936e944c0f3 100644
--- a/cui/source/inc/colorpicker.hxx
+++ b/cui/source/inc/colorpicker.hxx
@@ -41,6 +41,7 @@ OUString SAL_CALL ColorPicker_getImplementationName();
css::uno::Reference<css::uno::XInterface> SAL_CALL ColorPicker_createInstance(
css::uno::Reference<css::uno::XComponentContext> const &);
+/// @throws css::uno::RuntimeException
css::uno::Sequence<OUString> SAL_CALL ColorPicker_getSupportedServiceNames()
throw (css::uno::RuntimeException);
}
diff --git a/cui/source/inc/thesdlg.hxx b/cui/source/inc/thesdlg.hxx
index 1efd4921ca30..a2fc7cca38c8 100644
--- a/cui/source/inc/thesdlg.hxx
+++ b/cui/source/inc/thesdlg.hxx
@@ -151,6 +151,8 @@ public:
DECL_STATIC_LINK( SvxThesaurusDialog, SelectFirstHdl_Impl, void*, void );
+ /// @throws css::lang::IllegalArgumentException
+ /// @throws css::uno::RuntimeException
css::uno::Sequence< css::uno::Reference< css::linguistic2::XMeaning > >
queryMeanings_Impl( OUString& rTerm, const css::lang::Locale& rLocale, const css::beans::PropertyValues& rProperties ) throw(css::lang::IllegalArgumentException, css::uno::RuntimeException);