summaryrefslogtreecommitdiffstats
path: root/sal/textenc
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-10-03 13:33:29 +0300
committerTor Lillqvist <tlillqvist@suse.com>2011-10-03 13:33:29 +0300
commit08d15d0bcb1f6521469fa4ffc684ea1f37065eb2 (patch)
treeb9341e178a3de47b059ab86973e05ad5c79bd4c7 /sal/textenc
parentDon't bother with libcmis on Windows for now (diff)
downloadcore-08d15d0bcb1f6521469fa4ffc684ea1f37065eb2.tar.gz
core-08d15d0bcb1f6521469fa4ffc684ea1f37065eb2.zip
WaE: unreachable code
Diffstat (limited to 'sal/textenc')
-rw-r--r--sal/textenc/textenc.cxx1
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: */