diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-12-19 15:36:50 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-12-19 15:46:35 +0100 |
commit | 80131c795f1f9e9fcfb5a85243fb8585b083f8b1 (patch) | |
tree | 66e2e980e5d5868abd29a845c122d2e37f1addbc /sal/rtl/string.cxx | |
parent | 89de0181ffe2f94ea0b27bbd9da76bafa5ad1455 (diff) |
IMPL_RTL_INTERN -> IMPL_RTL_IS_USTRING
Change-Id: I9793f697f14118340bc6db89540fe50ad0b8ccbd
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 |