diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-02-13 13:54:25 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-02-13 14:02:20 +0200 |
commit | a52f348700adec5ede76a62381f8d54cb5588da8 (patch) | |
tree | f807e05f9bc39e4d2ecaa2150f7f4de2fb45bb78 /lotuswordpro | |
parent | e0328096dc21ce12d15db2045074e7860872570f (diff) |
WaE: unreachable code
Diffstat (limited to 'lotuswordpro')
-rw-r--r-- | lotuswordpro/source/filter/lwpfilter.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpfilter.cxx b/lotuswordpro/source/filter/lwpfilter.cxx index f28493a4d485..1f66f947dd89 100644 --- a/lotuswordpro/source/filter/lwpfilter.cxx +++ b/lotuswordpro/source/filter/lwpfilter.cxx @@ -421,7 +421,6 @@ int ReadWordproFile(SvStream &rStream, uno::Reference<XDocumentHandler>& xHandle { return 1; } - return 1; } void ErrorMsg(int /*iErrCode*/) |