summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/OutlineView.hxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-11-14 13:32:37 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-11-14 13:32:37 +0000
commit4cf2716e7f7c604bcc825b1a2a690538903e8ee1 (patch)
treee2b2cca1fd672f34b670b91338ffb549b8e3f142 /sd/source/ui/inc/OutlineView.hxx
parent1b17fedc26d29444546780e1ca2378fe946663c2 (diff)
INTEGRATION: CWS aw024 (1.7.10); FILE MERGED
2006/05/12 20:30:43 aw 1.7.10.4: RESYNC: (1.9-1.10); FILE MERGED 2006/01/26 19:59:43 aw 1.7.10.3: RESYNC: (1.8-1.9); FILE MERGED 2005/09/17 11:59:52 aw 1.7.10.2: RESYNC: (1.7-1.8); FILE MERGED 2005/05/19 12:11:30 aw 1.7.10.1: #i39529#
Diffstat (limited to 'sd/source/ui/inc/OutlineView.hxx')
-rw-r--r--sd/source/ui/inc/OutlineView.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/inc/OutlineView.hxx b/sd/source/ui/inc/OutlineView.hxx
index 72314d09f4d5..e4e7d605466b 100644
--- a/sd/source/ui/inc/OutlineView.hxx
+++ b/sd/source/ui/inc/OutlineView.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: OutlineView.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: kz $ $Date: 2006-02-01 12:51:38 $
+ * last change: $Author: ihi $ $Date: 2006-11-14 14:32:37 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -93,8 +93,8 @@ public:
SdrTextObj* CreateTitleTextObject(SdPage* pPage);
SdrTextObj* CreateOutlineTextObject(SdPage* pPage);
- virtual void AddWin (::sd::Window* pWin);
- virtual void DelWin (::sd::Window* pWin);
+ virtual void AddWindowToPaintView(::sd::Window* pWin);
+ virtual void DeleteWindowFromPaintView(::sd::Window* pWin);
OutlinerView* GetViewByWindow (::Window* pWin) const;
SdrOutliner* GetOutliner() { return(pOutliner) ; }