diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-03-02 16:36:23 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-03-02 16:36:23 +0100 |
commit | e8eec3b3979cf0626bd88db857879fd57fe7a39c (patch) | |
tree | 5cd3ace0e29ac164c0be6f109af48c0b521a1071 /sal/rtl/ustring.cxx | |
parent | 7d79ae437e16191a62dbe3ec81f9b82e79daf7ea (diff) |
typo
Change-Id: Ifc03631b126ec19cb98cb42a258ca4880e868385
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 |