diff options
Diffstat (limited to 'sal/rtl/string.cxx')
-rw-r--r-- | sal/rtl/string.cxx | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sal/rtl/string.cxx b/sal/rtl/string.cxx index 07842ecc594c..a71ba162d64e 100644 --- a/sal/rtl/string.cxx +++ b/sal/rtl/string.cxx @@ -76,6 +76,15 @@ static rtl_String const aImplEmpty_rtl_String = #include "strtmpl.cxx" +#undef IMPL_RTL_EMPTYSTRING +#undef IMPL_RTL_IS_USTRING +#undef IMPL_RTL_STRCODE +#undef IMPL_RTL_STRINGDATA +#undef IMPL_RTL_STRINGNAME +#undef IMPL_RTL_STRNAME +#undef IMPL_RTL_USTRCODE +#undef RTL_LOG_STRING_BITS + sal_Int32 SAL_CALL rtl_str_valueOfFloat(sal_Char * pStr, float f) SAL_THROW_EXTERN_C() { |