diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-23 07:59:28 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-23 07:59:28 +0000 |
commit | ce33a5302e97023f9ba6fae27de3d3287bcf2da0 (patch) | |
tree | fe4192e8a8860596384f1b4502829b4ee7e6fd48 /svx/source/gallery2/galexpl.cxx | |
parent | a17e05c64a44b962b578b5ea12ed625896298756 (diff) |
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
Diffstat (limited to 'svx/source/gallery2/galexpl.cxx')
-rw-r--r-- | svx/source/gallery2/galexpl.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
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; } |