From 911983ed0c88948bf804c5ec76ae5a9f13b84ff7 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Tue, 31 Aug 2004 13:53:29 +0000 Subject: INTEGRATION: CWS c02v1 (1.15.118); FILE MERGED 2004/08/13 11:16:08 ka 1.15.118.1: #117562#: Gallery API --- svx/source/gallery2/gallery1.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'svx/source/gallery2/gallery1.cxx') diff --git a/svx/source/gallery2/gallery1.cxx b/svx/source/gallery2/gallery1.cxx index 3c6d27ac80c8..53ed790dcef3 100644 --- a/svx/source/gallery2/gallery1.cxx +++ b/svx/source/gallery2/gallery1.cxx @@ -2,9 +2,9 @@ * * $RCSfile: gallery1.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: rt $ $Date: 2004-07-05 09:40:07 $ + * last change: $Author: kz $ $Date: 2004-08-31 14:53:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -291,8 +291,8 @@ Gallery::~Gallery() Gallery* Gallery::AcquireGallery( const String& rMultiPath ) { Gallery* pGallery = NULL; - GalleryCacheEntry* pEntry; - GalleryCacheEntry* pFound; + GalleryCacheEntry* pEntry = NULL; + GalleryCacheEntry* pFound = NULL; for( pEntry = (GalleryCacheEntry*) aGalleryCache.First(); pEntry && !pGallery; pEntry = (GalleryCacheEntry*) aGalleryCache.Next() ) if( rMultiPath == pEntry->GetMultiPath() ) -- cgit