summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorPavel Janík <paveljanik@apache.org>2012-09-27 17:18:45 +0000
committerPavel Janík <paveljanik@apache.org>2012-09-27 17:18:45 +0000
commit1f6e56ab58015fa38472182487387a19bf7fde30 (patch)
tree839048a65a428319077c592875434a1823bc54eb /xmloff
parent0452563c1dd321f6cbd70dffb16a8f3df9fbb7e5 (diff)
Simplify the code and remove warning in debug build.
Notes
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/core/RDFaImportHelper.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/core/RDFaImportHelper.cxx b/xmloff/source/core/RDFaImportHelper.cxx
index 00170cd8fff1..81e7d79e0cea 100644
--- a/xmloff/source/core/RDFaImportHelper.cxx
+++ b/xmloff/source/core/RDFaImportHelper.cxx
@@ -210,15 +210,15 @@ RDFaReader::ReadCURIE(::rtl::OUString const & i_rCURIE) const
else
{
OSL_TRACE( "ReadCURIE: invalid CURIE: invalid prefix" );
- return ::rtl::OUString();
}
}
}
else
{
OSL_TRACE( "ReadCURIE: invalid CURIE: no prefix" );
- return ::rtl::OUString();
}
+
+ return ::rtl::OUString();
}
::std::vector< ::rtl::OUString >