summaryrefslogtreecommitdiff
path: root/sd/source/filter/cgm
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-01-20 09:30:53 +0000
committerOliver Bolte <obo@openoffice.org>2004-01-20 09:30:53 +0000
commit4e6da08f86fc1e928f7b3ba7dbd956255cdb7001 (patch)
tree55ad41d8c9201fb811597605dd4ac628cc101e86 /sd/source/filter/cgm
parent5fbbabb1794bb188fa28b092ab0441673e8c70cd (diff)
INTEGRATION: CWS impress1 (1.2.246); FILE MERGED
2003/11/27 15:09:12 af 1.2.246.2: RESYNC: (1.2-1.3); FILE MERGED 2003/09/24 16:36:55 af 1.2.246.1: #111996# Introduction of namespace sd.
Diffstat (limited to 'sd/source/filter/cgm')
-rw-r--r--sd/source/filter/cgm/sdcgmfilter.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/filter/cgm/sdcgmfilter.cxx b/sd/source/filter/cgm/sdcgmfilter.cxx
index 3d5dbe6f5844..54d1109d6d44 100644
--- a/sd/source/filter/cgm/sdcgmfilter.cxx
+++ b/sd/source/filter/cgm/sdcgmfilter.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sdcgmfilter.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2003-11-24 17:08:44 $
+ * last change: $Author: obo $ $Date: 2004-01-20 10:30:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -105,7 +105,7 @@ typedef BOOL ( __LOADONCALLAPI *ExportCGM )( ::rtl::OUString&, Reference< XModel
// - SdPPTFilter -
// ---------------
-SdCGMFilter::SdCGMFilter( SfxMedium& rMedium, SdDrawDocShell& rDocShell, sal_Bool bShowProgress ) :
+SdCGMFilter::SdCGMFilter( SfxMedium& rMedium, ::sd::DrawDocShell& rDocShell, sal_Bool bShowProgress ) :
SdFilter( rMedium, rDocShell, bShowProgress )
{
}