summaryrefslogtreecommitdiff
path: root/include/xmlscript/xml_helper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmlscript/xml_helper.hxx')
-rw-r--r--include/xmlscript/xml_helper.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/xmlscript/xml_helper.hxx b/include/xmlscript/xml_helper.hxx
index f4dad80fa534..62b46996d5e5 100644
--- a/include/xmlscript/xml_helper.hxx
+++ b/include/xmlscript/xml_helper.hxx
@@ -66,14 +66,6 @@ public:
*/
void SAL_CALL addAttribute( OUString const & rAttrName, OUString const & rValue );
- /** Gets the tag name (qname) of element.
-
- @return
- qname of element
- */
- inline OUString SAL_CALL getName()
- { return _name; }
-
/** Dumps out element (and all sub elements).
@param xOut document handler to be written to