summaryrefslogtreecommitdiffstats
path: root/include/cppu/Map.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppu/Map.hxx')
-rw-r--r--include/cppu/Map.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cppu/Map.hxx b/include/cppu/Map.hxx
index 20b5f2607b88..f38aabb60278 100644
--- a/include/cppu/Map.hxx
+++ b/include/cppu/Map.hxx
@@ -71,7 +71,7 @@ namespace cppu
{
css::uno::Mapping curr2outer(css::uno::Environment::getCurrent(), outerEnv);
- uno_any_destruct(res, (uno_ReleaseFunc)css::uno::cpp_release);
+ uno_any_destruct(res, css::uno::cpp_release);
uno_type_any_constructAndConvert(
res,
const_cast<void *>(any.getValue()),
@@ -91,7 +91,7 @@ namespace cppu
{
css::uno::Mapping outer2curr(outerEnv, css::uno::Environment::getCurrent());
- uno_any_destruct(res, (uno_ReleaseFunc)css::uno::cpp_release);
+ uno_any_destruct(res, css::uno::cpp_release);
uno_type_any_constructAndConvert(
res,
const_cast<void *>(any.getValue()),