summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/FormShellManager.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-11-26 14:00:58 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-11-26 14:00:58 +0000
commitf603607082d3f3f5663fb78ef377aeaf9cf376b9 (patch)
tree07e388b170906049dbd3df1030c7eff7d979d5df /sd/source/ui/inc/FormShellManager.hxx
parent77ab005ce70938d5541d5ffa7a937fb9e6beba1e (diff)
INTEGRATION: CWS impress16 (1.4.110); FILE MERGED
2004/10/26 12:16:58 af 1.4.110.1: #i32921# Fixed registration of listeners.
Diffstat (limited to 'sd/source/ui/inc/FormShellManager.hxx')
-rw-r--r--sd/source/ui/inc/FormShellManager.hxx17
1 files changed, 13 insertions, 4 deletions
diff --git a/sd/source/ui/inc/FormShellManager.hxx b/sd/source/ui/inc/FormShellManager.hxx
index c61c409f7bd3..ae120ff65531 100644
--- a/sd/source/ui/inc/FormShellManager.hxx
+++ b/sd/source/ui/inc/FormShellManager.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: FormShellManager.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2004-07-13 13:54:35 $
+ * last change: $Author: hr $ $Date: 2004-11-26 15:00:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -93,8 +93,17 @@ private:
enum StackPosition {SP_BELOW_VIEW_SHELL, SP_ABOVE_VIEW_SHELL, SP_UNKNOWN};
- void RegisterAtCenterPane (ViewShell* pShell);
- void UnregisterAtCenterPane (ViewShell* pShell);
+ /** Register at window of center pane and at the form shell that
+ represents the form tool bar. The former informs this manager about
+ the deselection of the form shell. The later informs about its
+ selection.
+ */
+ void RegisterAtCenterPane (void);
+
+ /** Unregister the listeners that were registered in
+ RegisterAtCenterPane().
+ */
+ void UnregisterAtCenterPane (void);
/** Remember whether the form shell is currently at the top of the shell
stack or below the view shell. Until one of the event handlers is