summaryrefslogtreecommitdiff
path: root/include/com/sun/star/uno/Any.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/com/sun/star/uno/Any.hxx')
-rw-r--r--include/com/sun/star/uno/Any.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/com/sun/star/uno/Any.hxx b/include/com/sun/star/uno/Any.hxx
index 09d3a148c5ff..9f0de98acf1a 100644
--- a/include/com/sun/star/uno/Any.hxx
+++ b/include/com/sun/star/uno/Any.hxx
@@ -51,7 +51,7 @@ namespace uno
inline Any::Any()
{
- ::uno_any_construct( this, 0, 0, cpp_acquire );
+ ::uno_any_construct( this, NULL, NULL, cpp_acquire );
}