summaryrefslogtreecommitdiffstats
path: root/unoxml/source
diff options
context:
space:
mode:
authorLars Oppermann <lo@openoffice.org>2004-03-02 11:41:21 +0000
committerLars Oppermann <lo@openoffice.org>2004-03-02 11:41:21 +0000
commit266dd7788386fc3a928bd87d419259559184fcf8 (patch)
tree9e03e5f8af60e430c9597a6206d501f1434698cd /unoxml/source
parent#i25594# ui events (diff)
downloadcore-266dd7788386fc3a928bd87d419259559184fcf8.tar.gz
core-266dd7788386fc3a928bd87d419259559184fcf8.zip
#i25594#
Diffstat (limited to 'unoxml/source')
-rw-r--r--unoxml/source/dom/document.cxx6
-rw-r--r--unoxml/source/events/uievent.hxx2
2 files changed, 3 insertions, 5 deletions
diff --git a/unoxml/source/dom/document.cxx b/unoxml/source/dom/document.cxx
index 6683da0c8d2e..787a9f6ecba9 100644
--- a/unoxml/source/dom/document.cxx
+++ b/unoxml/source/dom/document.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: document.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: lo $ $Date: 2004-03-01 13:24:17 $
+ * last change: $Author: lo $ $Date: 2004-03-02 12:41:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -535,7 +535,7 @@ namespace DOM
return OUString();
}
- Reference< XEvent > SAL_CALL createEvent(const OUString& aType) throw (RuntimeException)
+ Reference< XEvent > SAL_CALL CDocument::createEvent(const OUString& aType) throw (RuntimeException)
{
events::CEvent *pEvent = 0;
if (
diff --git a/unoxml/source/events/uievent.hxx b/unoxml/source/events/uievent.hxx
index 890ba1e32d04..9a33368d87be 100644
--- a/unoxml/source/events/uievent.hxx
+++ b/unoxml/source/events/uievent.hxx
@@ -35,8 +35,6 @@ public:
const Reference< XAbstractView >& viewArg,
sal_Int32 detailArg) throw(RuntimeException);
- virtual ~CUIEvent();
-
// delegate to CEvent, since we are inheriting from CEvent and XEvent
virtual OUString SAL_CALL getType() throw (RuntimeException);
virtual Reference< XEventTarget > SAL_CALL getTarget() throw (RuntimeException);