summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);