From 7e44454666b42d22600d13ed1ca7c36216991d34 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 1 Jul 2008 22:05:23 +0000 Subject: INTEGRATION: CWS impress143 (1.6.18); FILE MERGED 2008/05/26 12:12:22 sj 1.6.18.1: #i89579# applied patch from cmc (removed unused code) --- goodies/source/filter.vcl/icgm/cgm.hxx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'goodies') diff --git a/goodies/source/filter.vcl/icgm/cgm.hxx b/goodies/source/filter.vcl/icgm/cgm.hxx index 3c8c13d4db7a..78bece103dc1 100644 --- a/goodies/source/filter.vcl/icgm/cgm.hxx +++ b/goodies/source/filter.vcl/icgm/cgm.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: cgm.hxx,v $ - * $Revision: 1.6 $ + * $Revision: 1.7 $ * * This file is part of OpenOffice.org. * @@ -70,7 +70,6 @@ class CGM friend class CGMBitmap; friend class CGMElements; friend class CGMOutAct; - friend class CGMMetaOutAct; friend class CGMImpressOutAct; double mnOutdx; // Ausgabe Groesse in 1/100TH mm @@ -159,24 +158,20 @@ class CGM void ImplDoClass8(); void ImplDoClass9(); void ImplDoClass15(); - void ImplDoClass16(); public: - CGM( sal_uInt32 nMode ); ~CGM(); CGM( sal_uInt32 nMode, ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > & rModel ); #ifdef CGM_EXPORT_META VirtualDevice* mpVirDev; GDIMetaFile* mpGDIMetaFile; - CGM( sal_uInt32 nMode, Graphic& rGraphic ); #endif void ImplComment( sal_uInt32, const char* ); sal_uInt32 GetBackGroundColor(); sal_Bool IsValid() { return mbStatus; }; sal_Bool IsFinished() { return mbIsFinished; }; - sal_Bool Write( sal_uInt8* pSource ); sal_Bool Write( SvStream& rIStm ); friend SvStream& operator>>( SvStream& rOStm, CGM& rCGM ); -- cgit