From 4e6da08f86fc1e928f7b3ba7dbd956255cdb7001 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Tue, 20 Jan 2004 09:30:53 +0000 Subject: [PATCH] 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. --- sd/source/filter/cgm/sdcgmfilter.cxx | 6 +++--- 1 file 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 ) { }