summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-08-12 08:33:38 +0000
committerOliver Bolte <obo@openoffice.org>2004-08-12 08:33:38 +0000
commitdf1d1bb85865f180194336e9e3261d092fc047c3 (patch)
tree6ef55513a52e9048a306b056a6626107697f0210
parent28855d84a8b90b16c4a61e6f64473a6975a195df (diff)
INTEGRATION: CWS jmf2 (1.23.8); FILE MERGED
2004/07/15 15:56:29 ka 1.23.8.1: #i3316#: solve MouseEvent ambiguity
-rw-r--r--forms/source/component/Edit.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/Edit.cxx b/forms/source/component/Edit.cxx
index a68c6c712cc8..dafb9ced42cf 100644
--- a/forms/source/component/Edit.cxx
+++ b/forms/source/component/Edit.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: Edit.cxx,v $
*
- * $Revision: 1.23 $
+ * $Revision: 1.24 $
*
- * last change: $Author: rt $ $Date: 2004-07-06 13:37:24 $
+ * last change: $Author: obo $ $Date: 2004-08-12 09:33:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -336,7 +336,7 @@ IMPL_LINK(OEditControl, OnKeyPressed, void*, EMPTYARG)
InterfaceRef xParent = xFComp->getParent();
Reference<XSubmit> xSubmit(xParent, UNO_QUERY);
if (xSubmit.is())
- xSubmit->submit( Reference<XControl>(), MouseEvent() );
+ xSubmit->submit( Reference<XControl>(), ::com::sun::star::awt::MouseEvent() );
return 0L;
}