diff options
author | Stephan Schäfer <ssa@openoffice.org> | 2002-05-30 11:35:57 +0000 |
---|---|---|
committer | Stephan Schäfer <ssa@openoffice.org> | 2002-05-30 11:35:57 +0000 |
commit | b65265bcf9bd76fc6ea74c5d4ad61815dc7f0008 (patch) | |
tree | 6835d9cfba7b928992c14531ccc6b9a7f17d5ecc /toolkit/inc | |
parent | 1086d70db67da1190a1d91a143f8f7ab31f1b6d7 (diff) |
#99526# send create/destroy in show/hide events
Diffstat (limited to 'toolkit/inc')
-rw-r--r-- | toolkit/inc/toolkit/awt/vclxaccessiblecomponent.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/toolkit/inc/toolkit/awt/vclxaccessiblecomponent.hxx b/toolkit/inc/toolkit/awt/vclxaccessiblecomponent.hxx index 34e4b4625397..b5136cc18074 100644 --- a/toolkit/inc/toolkit/awt/vclxaccessiblecomponent.hxx +++ b/toolkit/inc/toolkit/awt/vclxaccessiblecomponent.hxx @@ -2,9 +2,9 @@ * * $RCSfile: vclxaccessiblecomponent.hxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: tbe $ $Date: 2002-05-17 15:27:33 $ + * last change: $Author: ssa $ $Date: 2002-05-30 12:35:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -122,8 +122,10 @@ private: protected: DECL_LINK( WindowEventListener, VclSimpleEvent* ); + DECL_LINK( WindowChildEventListener, VclSimpleEvent* ); virtual void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ); + virtual void ProcessWindowChildEvent( const VclWindowEvent& rVclWindowEvent ); virtual void FillAccessibleStateSet( utl::AccessibleStateSetHelper& rStateSet ); public: |