Kaydet (Commit) 975677d0 authored tarafından Noel Grandin's avatar Noel Grandin

unused m_relatedTarget in CMouseEvent

since initial commit in

    commit acff30cd
    Date:   Tue Mar 2 08:47:29 2004 +0000
    #i25594# ui events

Change-Id: I47cadedb8899114aa64c2ac585e4a9722ea38720
üst 71d48c3d
...@@ -86,8 +86,7 @@ namespace DOM { namespace events ...@@ -86,8 +86,7 @@ namespace DOM { namespace events
} }
Reference< XEventTarget > SAL_CALL CMouseEvent::getRelatedTarget() Reference< XEventTarget > SAL_CALL CMouseEvent::getRelatedTarget()
{ {
::osl::MutexGuard const g(m_Mutex); return Reference< XEventTarget >();
return m_relatedTarget;
} }
void SAL_CALL CMouseEvent::initMouseEvent( void SAL_CALL CMouseEvent::initMouseEvent(
......
...@@ -45,7 +45,6 @@ protected: ...@@ -45,7 +45,6 @@ protected:
bool m_altKey; bool m_altKey;
bool m_metaKey; bool m_metaKey;
sal_Int16 m_button; sal_Int16 m_button;
css::uno::Reference< css::xml::dom::events::XEventTarget > m_relatedTarget;
public: public:
explicit CMouseEvent(); explicit CMouseEvent();
......
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