summaryrefslogtreecommitdiffstats
path: root/comphelper/source
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source')
-rw-r--r--comphelper/source/misc/anytostring.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/misc/anytostring.cxx b/comphelper/source/misc/anytostring.cxx
index 254c74311a5f..50dc18547411 100644
--- a/comphelper/source/misc/anytostring.cxx
+++ b/comphelper/source/misc/anytostring.cxx
@@ -61,7 +61,7 @@ void appendValue( OUStringBuffer & buf,
buf.append( "void" );
return;
}
- OSL_ASSERT( val != 0 );
+ assert(val != 0);
if (prependType &&
typeRef->eTypeClass != typelib_TypeClass_STRING &&