diff options
Diffstat (limited to 'vcl/win/dtrans/MimeAttrib.hxx')
-rw-r--r-- | vcl/win/dtrans/MimeAttrib.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/win/dtrans/MimeAttrib.hxx b/vcl/win/dtrans/MimeAttrib.hxx index dc8c3ef86fbb..33e53d779f01 100644 --- a/vcl/win/dtrans/MimeAttrib.hxx +++ b/vcl/win/dtrans/MimeAttrib.hxx @@ -23,9 +23,9 @@ const OUString TEXTPLAIN_PARAM_CHARSET("charset"); -const OUString PRE_WINDOWS_CODEPAGE ("windows"); -const OUString PRE_OEM_CODEPAGE ("cp"); -const OUString CHARSET_UTF16 ("utf-16"); -const OUString CHARSET_UNICODE ("unicode"); +const OUString PRE_WINDOWS_CODEPAGE("windows"); +const OUString PRE_OEM_CODEPAGE("cp"); +const OUString CHARSET_UTF16("utf-16"); +const OUString CHARSET_UNICODE("unicode"); /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |