diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-08-31 13:53:29 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-08-31 13:53:29 +0000 |
commit | 911983ed0c88948bf804c5ec76ae5a9f13b84ff7 (patch) | |
tree | 9b943fc07a0dc883b96f9c9e59a53ebc4cd40434 /svx/source/gallery2/gallery1.cxx | |
parent | ed210d46b23e3dbf2107a02f67fddc115786fda8 (diff) |
INTEGRATION: CWS c02v1 (1.15.118); FILE MERGED
2004/08/13 11:16:08 ka 1.15.118.1: #117562#: Gallery API
Diffstat (limited to 'svx/source/gallery2/gallery1.cxx')
-rw-r--r-- | svx/source/gallery2/gallery1.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
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() ) |