diff options
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; } |