diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-05-25 08:42:15 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-05-25 08:42:15 +0200 |
commit | a890e3189b4146aba3dfaf2f3e1ac212bb02c8a4 (patch) | |
tree | b1fdc3e25e11fcdcbe2456753a244abd2b3ca25a /tools | |
parent | 3ec901fab2cb3e1a1c8222498761e72c28175bd3 (diff) |
SAL_FALLTRHOUGH in Windows-only code
Change-Id: If35da46c209746a86687e1c3f60f72f2f08aa681
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/inet/inetmime.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/source/inet/inetmime.cxx b/tools/source/inet/inetmime.cxx index 5fdbf43342f6..33bf39664914 100644 --- a/tools/source/inet/inetmime.cxx +++ b/tools/source/inet/inetmime.cxx @@ -846,6 +846,7 @@ createPreferredCharsetList(rtl_TextEncoding eEncoding) #if defined(_WIN32) pList->prepend(Charset(RTL_TEXTENCODING_MS_1252, aWindows1252Ranges)); + break; #endif // WNT case RTL_TEXTENCODING_ISO_8859_1: case RTL_TEXTENCODING_UTF7: |