summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-09-26 21:35:20 +0300
committerTor Lillqvist <tml@iki.fi>2011-09-26 21:35:20 +0300
commit226a5ddda17e4b9c0744b7e3f5203f46a4ba289e (patch)
tree26d06c8e48112d844ab88532758230c2d920d765 /xmloff
parente594b27aa841d2c4a0a1861def8ade092eab6c5f (diff)
WaE: control reaches end of non-void function
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/core/RDFaImportHelper.cxx7
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 >