summaryrefslogtreecommitdiffstats
path: root/include/comphelper/extract.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/extract.hxx')
-rw-r--r--include/comphelper/extract.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/comphelper/extract.hxx b/include/comphelper/extract.hxx
index 36597f89d4a3..272c818c98ad 100644
--- a/include/comphelper/extract.hxx
+++ b/include/comphelper/extract.hxx
@@ -70,6 +70,7 @@ inline bool enum2int( sal_Int32 & rnEnum, const css::uno::Any & rAny )
* @param rAny enum or int
* @param eRet the enum value as int. If there is not enum of the given type or
* a css::lang::IllegalArgumentException is thrown
+ * @throws css::lang::IllegalArgumentException
*/
template< typename E >
inline void any2enum( E & eRet, const css::uno::Any & rAny )
@@ -92,6 +93,7 @@ inline void any2enum( E & eRet, const css::uno::Any & rAny )
* an any. If there is no bool or integer inside the any
* a css::lang::IllegalArgumentException is thrown
*
+ * @throws css::lang::IllegalArgumentException
*/
inline bool any2bool( const css::uno::Any & rAny )
throw( css::lang::IllegalArgumentException )