diff options
Diffstat (limited to 'sal/rtl/ustring.cxx')
-rw-r--r-- | sal/rtl/ustring.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/rtl/ustring.cxx b/sal/rtl/ustring.cxx index cc9981260a8d..d91aaad8ffe1 100644 --- a/sal/rtl/ustring.cxx +++ b/sal/rtl/ustring.cxx @@ -893,7 +893,7 @@ void SAL_CALL rtl_uString_intern( rtl_uString ** newStr, assert(str); if (SAL_STRING_IS_INTERN(str)) { - IMPL_RTL_AQUIRE( str ); + IMPL_RTL_ACQUIRE( str ); *newStr = str; } else |