diff options
Diffstat (limited to 'sal/rtl/string.cxx')
-rw-r--r-- | sal/rtl/string.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sal/rtl/string.cxx b/sal/rtl/string.cxx index 07e3e946c570..259906c47c73 100644 --- a/sal/rtl/string.cxx +++ b/sal/rtl/string.cxx @@ -55,6 +55,9 @@ static rtl_String const aImplEmpty_rtl_String = * the strtmpl.cxx just below, used to share code between here and * ustring.cxx */ + +#define IMPL_RTL_IS_USTRING false + #define IMPL_RTL_STRCODE sal_Char #define IMPL_RTL_USTRCODE( c ) ((unsigned char)c) #define IMPL_RTL_STRNAME( n ) rtl_str_ ## n |