Kaydet (Commit) 266dd778 authored tarafından Lars Oppermann's avatar Lars Oppermann

#i25594#

üst acff30cd
......@@ -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 (
......
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment