summaryrefslogtreecommitdiff
path: root/unoxml
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml')
-rw-r--r--unoxml/source/dom/node.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/unoxml/source/dom/node.cxx b/unoxml/source/dom/node.cxx
index 2d191b5cd997..aeb77cfcd0a5 100644
--- a/unoxml/source/dom/node.cxx
+++ b/unoxml/source/dom/node.cxx
@@ -519,8 +519,7 @@ namespace DOM
Instruction the target
Text "#text" content of the text node null
*/
- OUString aName;
- return aName;
+ return OUString();
}
/**
@@ -538,8 +537,7 @@ namespace DOM
*/
OUString SAL_CALL CNode::getNodeValue()
{
- OUString aValue;
- return aValue;
+ return OUString();
}
/**