summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/DrawViewShell.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-03-21 16:20:40 +0000
committerOliver Bolte <obo@openoffice.org>2006-03-21 16:20:40 +0000
commit858745254f27ea0066275d3e457427fc3e31d8d7 (patch)
tree259139bc5d935ec7b8fd7bc952017abda573b4fd /sd/source/ui/inc/DrawViewShell.hxx
parent614b90cdfbe86b4839d851896ddc9d20566c4b69 (diff)
INTEGRATION: CWS viewswitch (1.15.64); FILE MERGED
2006/02/16 10:15:25 af 1.15.64.3: RESYNC: (1.16-1.17); FILE MERGED 2006/01/19 17:25:28 af 1.15.64.2: RESYNC: (1.15-1.16); FILE MERGED 2005/11/29 12:28:56 af 1.15.64.1: #i57552# Added CreateSubController() method.
Diffstat (limited to 'sd/source/ui/inc/DrawViewShell.hxx')
-rw-r--r--sd/source/ui/inc/DrawViewShell.hxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/sd/source/ui/inc/DrawViewShell.hxx b/sd/source/ui/inc/DrawViewShell.hxx
index 075850056d65..227d24ff2cc0 100644
--- a/sd/source/ui/inc/DrawViewShell.hxx
+++ b/sd/source/ui/inc/DrawViewShell.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: DrawViewShell.hxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: obo $ $Date: 2006-01-19 12:51:24 $
+ * last change: $Author: obo $ $Date: 2006-03-21 17:20:40 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -127,7 +127,7 @@ public:
virtual ~DrawViewShell (void);
- virtual void Init (void);
+ virtual void Init (bool bIsMainViewShell);
virtual void Paint(const Rectangle& rRect, ::sd::Window* pWin);
@@ -311,7 +311,6 @@ public:
void ScannerEvent( const ::com::sun::star::lang::EventObject& rEventObject );
- //af SdUnoDrawView* GetController() const { return pController; }
bool IsLayerModeActive (void) const;
USHORT* GetSlotArray() const { return pSlotArray; }
@@ -388,7 +387,7 @@ public:
/** modifies the given layer with the given values */
void ModifyLayer( SdrLayer* pLayer, String& rLayerName, bool bIsVisible, bool bIsLocked, bool bIsPrintable );
- virtual DrawController* GetController (void);
+ virtual ::std::auto_ptr<DrawSubController> CreateSubController (void);
DrawView* GetDrawView() const { return pDrView; }