From 220a15f4f4c91182a2ffaa6c423f056bfa23526b Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Fri, 4 Jan 2008 15:37:49 +0000 Subject: INTEGRATION: CWS fwk77 (1.3.146); FILE MERGED 2007/10/18 12:48:29 mav 1.3.146.1: #i81435# introduce SeekableOutputStream implementation; use new registration --- comphelper/source/misc/instancelocker.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/comphelper/source/misc/instancelocker.hxx b/comphelper/source/misc/instancelocker.hxx index 585aa288ad0f..cefc0b235a63 100644 --- a/comphelper/source/misc/instancelocker.hxx +++ b/comphelper/source/misc/instancelocker.hxx @@ -4,9 +4,9 @@ * * $RCSfile: instancelocker.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2006-06-19 22:48:26 $ + * last change: $Author: obo $ $Date: 2008-01-04 16:37:49 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -111,7 +111,7 @@ public: static ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL impl_staticCreateSelfInstance( - const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceManager ); + const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& rxContext ); // XComponent virtual void SAL_CALL dispose() throw (::com::sun::star::uno::RuntimeException); -- cgit