summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/cppuhelper/propshlp.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/cppuhelper/propshlp.hxx b/include/cppuhelper/propshlp.hxx
index 7f7221018b25..ecba58c6db34 100644
--- a/include/cppuhelper/propshlp.hxx
+++ b/include/cppuhelper/propshlp.hxx
@@ -428,6 +428,8 @@ public:
throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
/** eases implementing XTypeProvider::getTypes, returns the types of XMultiPropertySet, XFastPropertySet, XPropertySet
+
+ @throws css::uno::RuntimeException
*/
css::uno::Sequence< css::uno::Type > getTypes()
throw(css::uno::RuntimeException);
@@ -572,6 +574,9 @@ protected:
@param nHandle the handle of the proberty.
@param rValue the value to be converted
@return true if the value converted.
+ @throws css::lang::IllegalArgumentException
+ @throws css::beans::UnknownPropertyException,
+ @thrwos css::uno::RuntimeException
*/
virtual sal_Bool SAL_CALL convertFastPropertyValue(
css::uno::Any & rConvertedValue,
@@ -599,6 +604,7 @@ protected:
handle
@param rValue
value
+ @throws css::uno::Exception
*/
virtual void SAL_CALL setFastPropertyValue_NoBroadcast(
sal_Int32 nHandle,