From 3099c70b11c7e5b80fe4dbe3dc99171fb38c6fc2 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 17 Mar 2015 12:25:11 +0100 Subject: Fix various XServiceInfo implementations ...to match what is recorded in the .component files Change-Id: Ie548cd37872d3b8540222201afaac73040e65c8f --- forms/source/component/FormsCollection.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'forms/source/component/FormsCollection.cxx') diff --git a/forms/source/component/FormsCollection.cxx b/forms/source/component/FormsCollection.cxx index daa1b0cf3672..074c8f70ed2f 100644 --- a/forms/source/component/FormsCollection.cxx +++ b/forms/source/component/FormsCollection.cxx @@ -85,7 +85,7 @@ Any SAL_CALL OFormsCollection::queryAggregation(const Type& _rType) throw(Runtim OUString SAL_CALL OFormsCollection::getImplementationName() throw(RuntimeException, std::exception) { - return OUString("com.sun.star.comp.forms.OFormsCollection"); + return OUString("com.sun.star.form.OFormsCollection"); } sal_Bool SAL_CALL OFormsCollection::supportsService( const OUString& _rServiceName ) throw(RuntimeException, std::exception) -- cgit