summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/OutlineView.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-16 15:12:35 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-16 15:12:35 +0000
commit41df487e49be3be813f264c70d2c72f6fc51a6df (patch)
tree94bf7d3e4b30e5524b33eb0d7e6378b06480d15a /sd/source/ui/inc/OutlineView.hxx
parentf73e1315e51d6f8cfe943a51fc09cad72a794176 (diff)
INTEGRATION: CWS impress15 (1.3.100); FILE MERGED
2004/11/01 09:46:38 af 1.3.100.1: #i31283# Added methods for telling the view when it can connect to the application.
Diffstat (limited to 'sd/source/ui/inc/OutlineView.hxx')
-rw-r--r--sd/source/ui/inc/OutlineView.hxx12
1 files changed, 10 insertions, 2 deletions
diff --git a/sd/source/ui/inc/OutlineView.hxx b/sd/source/ui/inc/OutlineView.hxx
index 493bbb408b1c..3f7e307f1739 100644
--- a/sd/source/ui/inc/OutlineView.hxx
+++ b/sd/source/ui/inc/OutlineView.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: OutlineView.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2004-07-12 15:10:07 $
+ * last change: $Author: obo $ $Date: 2004-11-16 16:12:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -97,6 +97,14 @@ public:
OutlineViewShell* pOutlineViewSh);
~OutlineView (void);
+ /** This method is called by the view shell that owns the view to tell
+ the view that it can safely connect to the application.
+ This method must not be called before the view shell is on the shell
+ stack.
+ */
+ void ConnectToApplication (void);
+ void DisconnectFromApplication (void);
+
TYPEINFO();
SdrTextObj* GetTitleTextObject(SdrPage* pPage);