summaryrefslogtreecommitdiffstats
path: root/jvmfwk
diff options
context:
space:
mode:
Diffstat (limited to 'jvmfwk')
-rw-r--r--jvmfwk/source/elements.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/jvmfwk/source/elements.cxx b/jvmfwk/source/elements.cxx
index 52ea89176d12..6ffb07a5ee0b 100644
--- a/jvmfwk/source/elements.cxx
+++ b/jvmfwk/source/elements.cxx
@@ -1136,11 +1136,10 @@ JavaInfo * CNodeJavaInfo::makeJavaInfo() const
sal_uInt32 NodeJava::getModifiedTime() const
{
- sal_uInt32 ret = 0;
if (m_layer != INSTALL)
{
OSL_ASSERT(0);
- return ret;
+ return 0;
}
rtl::OString modTimeSeconds = getElementModified();
return (sal_uInt32) modTimeSeconds.toInt64();