summaryrefslogtreecommitdiff
path: root/sd/source/filter/sdpptwrp.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-01-20 09:30:05 +0000
committerOliver Bolte <obo@openoffice.org>2004-01-20 09:30:05 +0000
commit5fbbabb1794bb188fa28b092ab0441673e8c70cd (patch)
tree43dad9ac5c9c2822a16990cb2daffd69d3a9fbba /sd/source/filter/sdpptwrp.cxx
parentc17c4ef47ddd4fe727053d36c12f89cd038f68c3 (diff)
INTEGRATION: CWS impress1 (1.6.200); FILE MERGED
2003/10/28 09:47:00 af 1.6.200.2: RESYNC: (1.6-1.7); FILE MERGED 2003/09/24 16:36:26 af 1.6.200.1: #111996# Introduction of namespace sd.
Diffstat (limited to 'sd/source/filter/sdpptwrp.cxx')
-rw-r--r--sd/source/filter/sdpptwrp.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/filter/sdpptwrp.cxx b/sd/source/filter/sdpptwrp.cxx
index c7bac0dc7d45..730886abbe55 100644
--- a/sd/source/filter/sdpptwrp.cxx
+++ b/sd/source/filter/sdpptwrp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sdpptwrp.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2003-08-07 15:27:06 $
+ * last change: $Author: obo $ $Date: 2004-01-20 10:30:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -98,7 +98,7 @@ typedef BOOL ( __LOADONCALLAPI *ExportPPT )( SvStorageRef&,
// - SdPPTFilter -
// ---------------
-SdPPTFilter::SdPPTFilter( SfxMedium& rMedium, SdDrawDocShell& rDocShell, sal_Bool bShowProgress ) :
+SdPPTFilter::SdPPTFilter( SfxMedium& rMedium, ::sd::DrawDocShell& rDocShell, sal_Bool bShowProgress ) :
SdFilter( rMedium, rDocShell, bShowProgress ),
pBas ( NULL )
{