diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-10-03 13:33:29 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-10-03 13:33:29 +0300 |
commit | 08d15d0bcb1f6521469fa4ffc684ea1f37065eb2 (patch) | |
tree | b9341e178a3de47b059ab86973e05ad5c79bd4c7 /sal/textenc | |
parent | 0dd1e3b1240e4d5a2c9ac6de0348658918e012a8 (diff) |
WaE: unreachable code
Diffstat (limited to 'sal/textenc')
-rw-r--r-- | sal/textenc/textenc.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sal/textenc/textenc.cxx b/sal/textenc/textenc.cxx index c3f3bdc00768..f6e76f95c3ee 100644 --- a/sal/textenc/textenc.cxx +++ b/sal/textenc/textenc.cxx @@ -194,7 +194,6 @@ Impl_getTextEncodingData(rtl_TextEncoding nEncoding) SAL_THROW_EXTERN_C() default: return FullTextEncodingDataSingleton::get().get(nEncoding); } - return NULL; } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |