summaryrefslogtreecommitdiff
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, 1 insertions, 1 deletions
diff --git a/include/comphelper/extract.hxx b/include/comphelper/extract.hxx
index 4330faa1a625..e0eab28897af 100644
--- a/include/comphelper/extract.hxx
+++ b/include/comphelper/extract.hxx
@@ -39,7 +39,7 @@ namespace cppu
* @param rType enum type
* @return enum or empty any.
*/
-inline css::uno::Any SAL_CALL int2enum(
+inline css::uno::Any int2enum(
sal_Int32 nEnum, const css::uno::Type & rType )
{
assert(rType.getTypeClass() == css::uno::TypeClass_ENUM);