summaryrefslogtreecommitdiff
path: root/forms/source
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2004-06-28 16:08:39 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2004-06-28 16:08:39 +0000
commit71221d5f0fafe4be97ed1cd31692c72351fc5463 (patch)
treec9a73d7c058c800a717dc2d66a4e8cb786645eb0 /forms/source
parent736ff116797c093a4dfd752aa39225d0be3cce84 (diff)
INTEGRATION: CWS dba12 (1.9.6); FILE MERGED
2004/06/14 20:59:21 fs 1.9.6.2: RESYNC: (1.9-1.10); FILE MERGED 2004/04/26 09:18:43 fs 1.9.6.1: #i27072# disable Java-like text notifications on the peer
Diffstat (limited to 'forms/source')
-rw-r--r--forms/source/component/Edit.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/forms/source/component/Edit.hxx b/forms/source/component/Edit.hxx
index 891d1a34e530..8f88f46b3412 100644
--- a/forms/source/component/Edit.hxx
+++ b/forms/source/component/Edit.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: Edit.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: rt $ $Date: 2004-05-07 16:06:52 $
+ * last change: $Author: hjs $ $Date: 2004-06-28 17:08:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -209,6 +209,9 @@ public:
virtual void SAL_CALL keyPressed(const ::com::sun::star::awt::KeyEvent& e) throw ( ::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL keyReleased(const ::com::sun::star::awt::KeyEvent& e) throw ( ::com::sun::star::uno::RuntimeException);
+ // XControl
+ virtual void SAL_CALL createPeer( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XToolkit >& _rxToolkit, const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer >& _rxParent ) throw ( ::com::sun::star::uno::RuntimeException );
+
private:
DECL_LINK( OnKeyPressed, void* );
};