diff options
author | Malte Timmermann <mt@openoffice.org> | 2002-11-15 10:41:47 +0000 |
---|---|---|
committer | Malte Timmermann <mt@openoffice.org> | 2002-11-15 10:41:47 +0000 |
commit | ba950a8a103433468a4f726c03d63ae51caf8bf1 (patch) | |
tree | a02c1aeab021ec1937702c3e443bc707f6333b4b /svtools/source/inc/unoiface.hxx | |
parent | d76b7c8292f940b43cbd60ccff45010c3bfbb3c3 (diff) |
#105001# Use VclWindowEvent instead of modify hdl
Diffstat (limited to 'svtools/source/inc/unoiface.hxx')
-rw-r--r-- | svtools/source/inc/unoiface.hxx | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/svtools/source/inc/unoiface.hxx b/svtools/source/inc/unoiface.hxx index c3096038a392..b2b13dbc4c80 100644 --- a/svtools/source/inc/unoiface.hxx +++ b/svtools/source/inc/unoiface.hxx @@ -2,9 +2,9 @@ * * $RCSfile: unoiface.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: sb $ $Date: 2002-07-23 12:51:24 $ + * last change: $Author: mt $ $Date: 2002-11-15 11:41:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -94,14 +94,12 @@ private: TextListenerMultiplexer maTextListeners; protected: - DECL_LINK( ModifyHdl, MultiLineEdit* ); + void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ); public: VCLXMultiLineEdit(); ~VCLXMultiLineEdit(); - void SetWindow( Window* pWindow ); - // ::com::sun::star::uno::XInterface ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::RuntimeException); void SAL_CALL acquire() throw() { VCLXWindow::acquire(); } |