diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-06-02 19:43:57 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-06-02 19:43:57 -0500 |
commit | c4d18d02599279b8b48daf7a53c7abf6ecef1119 (patch) | |
tree | 8a58f8bcf203b92640d79bc9785d80e83e572003 /dtrans | |
parent | be8c8f17897633016a25c1efc3352921c2d7fcbf (diff) |
targeted string re-work
Change-Id: I6a417dbea4a0b00be3f8e4b6dbe1ef0f4bbcbeed
Diffstat (limited to 'dtrans')
-rw-r--r-- | dtrans/source/win32/dtobj/MimeAttrib.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dtrans/source/win32/dtobj/MimeAttrib.hxx b/dtrans/source/win32/dtobj/MimeAttrib.hxx index 8f39d3f7cd91..42ed0e10d16f 100644 --- a/dtrans/source/win32/dtobj/MimeAttrib.hxx +++ b/dtrans/source/win32/dtobj/MimeAttrib.hxx @@ -40,7 +40,7 @@ // deklarations //------------------------------------------------------------------------ -const rtl::OUString TEXTPLAIN_PARAM_CHARSET = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("charset")); +const rtl::OUString TEXTPLAIN_PARAM_CHARSET("charset"); const rtl::OUString PRE_WINDOWS_CODEPAGE ("windows"); const rtl::OUString PRE_OEM_CODEPAGE ("cp"); |