Kaydet (Commit) ce33a530 authored tarafından Oliver Bolte's avatar Oliver Bolte

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
üst a17e05c6
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: galexpl.cxx,v $ * $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 Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -60,7 +60,7 @@ Gallery* GalleryExplorer::ImplGetGallery() ...@@ -60,7 +60,7 @@ Gallery* GalleryExplorer::ImplGetGallery()
::osl::MutexGuard aGuard( ::osl::Mutex::getGlobalMutex() ); ::osl::MutexGuard aGuard( ::osl::Mutex::getGlobalMutex() );
if( !pGallery ) if( !pGallery )
pGallery = Gallery::AcquireGallery( SvtPathOptions().GetGalleryPath() ); pGallery = Gallery::GetGalleryInstance();
return pGallery; return pGallery;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment