diff options
Diffstat (limited to 'sal/rtl/source/string.cxx')
-rw-r--r-- | sal/rtl/source/string.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sal/rtl/source/string.cxx b/sal/rtl/source/string.cxx index 9c5393f32779..42c8ae2a3fdc 100644 --- a/sal/rtl/source/string.cxx +++ b/sal/rtl/source/string.cxx @@ -71,6 +71,11 @@ static rtl_String const aImplEmpty_rtl_String = #define IMPL_RTL_STRINGDATA rtl_String #define IMPL_RTL_EMPTYSTRING aImplEmpty_rtl_String +#undef RTL_LOG_STRING_NEW +#define RTL_LOG_STRING_NEW(s) +#undef RTL_LOG_STRING_DELETE +#define RTL_LOG_STRING_DELETE(s) + /* ======================================================================= */ /* Include String/UString template code */ |