summaryrefslogtreecommitdiff
path: root/unoxml/source/dom/attr.hxx
diff options
context:
space:
mode:
authorLars Oppermann <lo@openoffice.org>2004-02-16 15:41:55 +0000
committerLars Oppermann <lo@openoffice.org>2004-02-16 15:41:55 +0000
commitefed7968470109147a4653d6f6bf60e422a8d896 (patch)
tree7086a30f3cf5b048788db5d821d34e9ea1ede408 /unoxml/source/dom/attr.hxx
parentd24656331f4342648639ecf77542f7ca24c8d854 (diff)
event handling
Diffstat (limited to 'unoxml/source/dom/attr.hxx')
-rw-r--r--unoxml/source/dom/attr.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/unoxml/source/dom/attr.hxx b/unoxml/source/dom/attr.hxx
index 04c4a6ee901f..f53aeb259f15 100644
--- a/unoxml/source/dom/attr.hxx
+++ b/unoxml/source/dom/attr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: attr.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: lo $ $Date: 2004-01-28 16:30:51 $
+ * last change: $Author: lo $ $Date: 2004-02-16 16:41:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -234,7 +234,7 @@ namespace DOM
virtual void SAL_CALL setNodeValue(const OUString& nodeValue)
throw (RuntimeException)
{
- return CNode::setNodeValue(nodeValue);
+ return setValue(nodeValue);
}
virtual void SAL_CALL setPrefix(const OUString& prefix)
throw (RuntimeException)