diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-07-01 23:05:38 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-07-01 23:05:38 +0100 |
commit | 98cabfbb707567fec39d6c71c5ee6a0dbea571d2 (patch) | |
tree | fa28fe544ab7f21783eaab352c7e7538a0c398f9 /unotools/inc | |
parent | 8d4d7b1062d2a73c3d0de24c342aa9bde3799ce7 (diff) |
tweak appendLocaleInfo to return a new string
Diffstat (limited to 'unotools/inc')
-rw-r--r-- | unotools/inc/unotools/localedatawrapper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/inc/unotools/localedatawrapper.hxx b/unotools/inc/unotools/localedatawrapper.hxx index 306316683b94..8ff4e46da058 100644 --- a/unotools/inc/unotools/localedatawrapper.hxx +++ b/unotools/inc/unotools/localedatawrapper.hxx @@ -346,7 +346,7 @@ public: /** Append locale info to string, used with locale data checking. A string similar to "de_DE requested\n en_US loaded" is appended. */ - String& appendLocaleInfo( String& rDebugMsg ) const; + rtl::OUString appendLocaleInfo(const rtl::OUString& rDebugMsg) const; /** Ouput a message during locale data checking. The (UTF-8) string is written to stderr and in a non-product build or if DBG_UTIL is enabled |