summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/DrawViewShell.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-04-03 12:53:47 +0000
committerKurt Zenker <kz@openoffice.org>2008-04-03 12:53:47 +0000
commite665b99098e23d7be3577147c3355c0deb1a1297 (patch)
tree9184d1e2ee817464352293d7267b17d07b93d162 /sd/source/ui/inc/DrawViewShell.hxx
parentef96868a8b413bec17e840a8364012580b2bab21 (diff)
INTEGRATION: CWS presenterview (1.23.12); FILE MERGED
2008/03/26 10:45:29 cl 1.23.12.2: RESYNC: (1.23-1.24); FILE MERGED 2007/09/11 11:18:22 af 1.23.12.1: #i18486# Turned SubControllers into components.
Diffstat (limited to 'sd/source/ui/inc/DrawViewShell.hxx')
-rw-r--r--sd/source/ui/inc/DrawViewShell.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/inc/DrawViewShell.hxx b/sd/source/ui/inc/DrawViewShell.hxx
index 2a8107149258..4daa198f8018 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.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: rt $ $Date: 2008-03-12 11:41:54 $
+ * last change: $Author: kz $ $Date: 2008-04-03 13:53:47 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -387,7 +387,7 @@ public:
/** modifies the given layer with the given values */
void ModifyLayer( SdrLayer* pLayer, const String& rLayerName, const String& rLayerTitle, const String& rLayerDesc, bool bIsVisible, bool bIsLocked, bool bIsPrintable );
- virtual ::std::auto_ptr<DrawSubController> CreateSubController (void);
+ virtual css::uno::Reference<css::drawing::XDrawSubController> CreateSubController (void);
DrawView* GetDrawView() const { return mpDrawView; }