diff options
-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 |