summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
Diffstat (limited to 'sal')
-rw-r--r--sal/osl/all/debugbase.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sal/osl/all/debugbase.cxx b/sal/osl/all/debugbase.cxx
index d92d92dd9b09..8bc0c4619d3e 100644
--- a/sal/osl/all/debugbase.cxx
+++ b/sal/osl/all/debugbase.cxx
@@ -120,9 +120,9 @@ bool SAL_CALL osl_detail_ObjectRegistry_checkObjectCount(
bool const bRet = (nSize == nExpected);
if (! bRet) {
rtl::OStringBuffer buf;
- buf.append( RTL_CONSTASCII_STRINGPARAM("unexpected number of ") );
+ buf.append( "unexpected number of " );
buf.append( rData.m_pName );
- buf.append( RTL_CONSTASCII_STRINGPARAM(": ") );
+ buf.append( ": " );
buf.append( static_cast<sal_Int64>(nSize) );
buf.append("; Expected: ");
buf.append( static_cast<sal_Int64>(nExpected) );