diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-09-26 21:35:20 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-09-26 21:35:20 +0300 |
commit | 226a5ddda17e4b9c0744b7e3f5203f46a4ba289e (patch) | |
tree | 26d06c8e48112d844ab88532758230c2d920d765 | |
parent | e594b27aa841d2c4a0a1861def8ade092eab6c5f (diff) |
WaE: control reaches end of non-void function
-rw-r--r-- | xmloff/source/core/RDFaImportHelper.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/xmloff/source/core/RDFaImportHelper.cxx b/xmloff/source/core/RDFaImportHelper.cxx index 043b9f70e5fa..956021c3cdba 100644 --- a/xmloff/source/core/RDFaImportHelper.cxx +++ b/xmloff/source/core/RDFaImportHelper.cxx @@ -218,11 +218,8 @@ RDFaReader::ReadCURIE(::rtl::OUString const & i_rCURIE) const } } } - else - { - OSL_TRACE( "ReadCURIE: invalid CURIE: no prefix" ); - return ::rtl::OUString(); - } + OSL_TRACE( "ReadCURIE: invalid CURIE: no prefix" ); + return ::rtl::OUString(); } ::std::vector< ::rtl::OUString > |