diff options
Diffstat (limited to 'svtools/source/inc')
-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(); } |