From ce33a5302e97023f9ba6fae27de3d3287bcf2da0 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Tue, 23 Jan 2007 07:59:28 +0000 Subject: INTEGRATION: CWS impress115 (1.12.162); FILE MERGED 2007/01/02 10:30:51 cl 1.12.162.1: #120142# made Gallery a singleton, no refcounting anymore --- svx/source/gallery2/galexpl.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'svx/source/gallery2/galexpl.cxx') diff --git a/svx/source/gallery2/galexpl.cxx b/svx/source/gallery2/galexpl.cxx index 2df89bada774..d4156c200e56 100644 --- a/svx/source/gallery2/galexpl.cxx +++ b/svx/source/gallery2/galexpl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: galexpl.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: obo $ $Date: 2006-09-17 05:16:18 $ + * last change: $Author: obo $ $Date: 2007-01-23 08:59:28 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -60,7 +60,7 @@ Gallery* GalleryExplorer::ImplGetGallery() ::osl::MutexGuard aGuard( ::osl::Mutex::getGlobalMutex() ); if( !pGallery ) - pGallery = Gallery::AcquireGallery( SvtPathOptions().GetGalleryPath() ); + pGallery = Gallery::GetGalleryInstance(); return pGallery; } -- cgit