summaryrefslogtreecommitdiffstats
path: root/unoxml/source/dom/text.cxx
diff options
context:
space:
mode:
authorLars Oppermann <lo@openoffice.org>2004-02-19 12:24:05 +0000
committerLars Oppermann <lo@openoffice.org>2004-02-19 12:24:05 +0000
commit331ddcb14246ea3d49362dd751554df9a2a25782 (patch)
tree41a775d5562317996ca6853e10215c2f6bf22dcd /unoxml/source/dom/text.cxx
parent#110098# (diff)
downloadcore-331ddcb14246ea3d49362dd751554df9a2a25782.tar.gz
core-331ddcb14246ea3d49362dd751554df9a2a25782.zip
#i25594# event fixes
Diffstat (limited to 'unoxml/source/dom/text.cxx')
-rw-r--r--unoxml/source/dom/text.cxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/unoxml/source/dom/text.cxx b/unoxml/source/dom/text.cxx
index 5a21594aa128..bbb141f1708b 100644
--- a/unoxml/source/dom/text.cxx
+++ b/unoxml/source/dom/text.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: text.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: lo $ $Date: 2004-01-28 16:31:45 $
+ * last change: $Author: lo $ $Date: 2004-02-19 13:24:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -84,8 +84,5 @@ namespace DOM
{
return OUString::createFromAscii("#text");
}
- OUString SAL_CALL CText::getNodeValue() throw (RuntimeException)
- {
- return getData();
- }
+
} \ No newline at end of file