summaryrefslogtreecommitdiff
path: root/jvmfwk/source/elements.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'jvmfwk/source/elements.cxx')
-rw-r--r--jvmfwk/source/elements.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/jvmfwk/source/elements.cxx b/jvmfwk/source/elements.cxx
index ebd395b466fc..ec77f7ab1cae 100644
--- a/jvmfwk/source/elements.cxx
+++ b/jvmfwk/source/elements.cxx
@@ -53,7 +53,7 @@ static OString getElement(OString const & docPath,
{
//Prepare the xml document and context
OSL_ASSERT(!docPath.isEmpty());
- jfw::CXmlDocPtr doc(xmlParseFile(docPath.getStr()));
+ jfw::CXmlDocPtr doc(xmlParseFile(docPath.getStr()));
if (doc == nullptr)
throw FrameworkException(
JFW_E_ERROR,