summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-08-12 08:33:05 +0000
committerOliver Bolte <obo@openoffice.org>2004-08-12 08:33:05 +0000
commit40661b7c4116e60dd162ab9688058e0eaa24c1ff (patch)
tree6850c54ea495976e1f2a4f72d78af34f0c2224d5 /forms
parent0bd5f23469f12fd9b48b59dc88201a7f1d04943d (diff)
INTEGRATION: CWS jmf2 (1.14.12); FILE MERGED
2004/07/15 15:56:29 ka 1.14.12.1: #i3316#: solve MouseEvent ambiguity
Diffstat (limited to 'forms')
-rw-r--r--forms/source/component/Button.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/forms/source/component/Button.cxx b/forms/source/component/Button.cxx
index 1d6b2713ab5a..ac14754f5c4d 100644
--- a/forms/source/component/Button.cxx
+++ b/forms/source/component/Button.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: Button.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: hr $ $Date: 2004-05-10 12:43:39 $
+ * last change: $Author: obo $ $Date: 2004-08-12 09:33:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -430,13 +430,13 @@ IMPL_LINK( OButtonControl, OnClick, void*, EMPTYARG )
}
}
else
- actionPerformed_Impl( sal_False, MouseEvent() );
+ actionPerformed_Impl( sal_False, ::com::sun::star::awt::MouseEvent() );
}
return 0L;
}
//------------------------------------------------------------------------------
-void OButtonControl::actionPerformed_Impl( sal_Bool _bNotifyListener, const MouseEvent& _rEvt )
+void OButtonControl::actionPerformed_Impl( sal_Bool _bNotifyListener, const ::com::sun::star::awt::MouseEvent& _rEvt )
{
{
sal_Int32 nFeatureId = -1;