From c364c9efd36b709b3253745f8f1d372f9cf15949 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Fri, 1 Apr 2011 22:33:12 +0100 Subject: remove obsolete component_writeInfo methods --- forms/source/misc/services.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'forms/source') diff --git a/forms/source/misc/services.cxx b/forms/source/misc/services.cxx index 5c089c4c018d..25cb3f797e39 100644 --- a/forms/source/misc/services.cxx +++ b/forms/source/misc/services.cxx @@ -343,7 +343,7 @@ SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory(const sal_Char* _pImplN sal_Int32 nClasses = s_aClassImplementationNames.getLength(); OSL_ENSURE((s_aClassServiceNames.getLength() == nClasses) && (s_aFactories.getLength() == nClasses), - "forms::component_writeInfo : invalid class infos !"); + "forms::component_getFactory : invalid class infos !"); // loop through the sequences and register the service providers const ::rtl::OUString* pClasses = s_aClassImplementationNames.getConstArray(); -- cgit