diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-05-02 12:18:38 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-05-02 12:18:38 +0000 |
commit | 4ff0f7c3d0bb5c41edaf2f39629fea0b7f93b473 (patch) | |
tree | 19787d91d677bdd14342464f3986fb10c63e830e | |
parent | 9aabd10fa2ed240d1dc266844833f52f01100f91 (diff) |
INTEGRATION: CWS impress52 (1.6.110); FILE MERGED
2005/04/27 14:11:34 af 1.6.110.1: #i48263# Added WindowEventListener() link method.
-rw-r--r-- | sd/source/ui/inc/PaneDockingWindow.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sd/source/ui/inc/PaneDockingWindow.hxx b/sd/source/ui/inc/PaneDockingWindow.hxx index e526373c0a99..e8071f1323d9 100644 --- a/sd/source/ui/inc/PaneDockingWindow.hxx +++ b/sd/source/ui/inc/PaneDockingWindow.hxx @@ -2,9 +2,9 @@ * * $RCSfile: PaneDockingWindow.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-01-31 14:52:33 $ + * last change: $Author: obo $ $Date: 2005-05-02 13:18:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -155,6 +155,7 @@ private: sal_uInt16 mnChildWindowId; DECL_LINK(ToolboxSelectHandler, ToolBox*); + DECL_LINK(WindowEventListener, VclSimpleEvent*); }; } // end of namespace ::sd |