summaryrefslogtreecommitdiff
path: root/stoc
diff options
context:
space:
mode:
Diffstat (limited to 'stoc')
-rw-r--r--stoc/source/servicemanager/servicemanager.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/stoc/source/servicemanager/servicemanager.cxx b/stoc/source/servicemanager/servicemanager.cxx
index 22f6ba76de54..ba728ba1fa88 100644
--- a/stoc/source/servicemanager/servicemanager.cxx
+++ b/stoc/source/servicemanager/servicemanager.cxx
@@ -867,7 +867,7 @@ Sequence< OUString > OServiceManager::getAvailableServiceNames()
return getUniqueAvailableServiceNames( aNameSet );
}
-// XMultibleServiceFactory
+// XMultipleServiceFactory
Reference<XInterface > OServiceManager::createInstance(
const OUString& rServiceSpecifier )
{
@@ -875,7 +875,7 @@ Reference<XInterface > OServiceManager::createInstance(
rServiceSpecifier, m_xContext );
}
-// XMultibleServiceFactory
+// XMultipleServiceFactory
Reference<XInterface > OServiceManager::createInstanceWithArguments(
const OUString& rServiceSpecifier,
const Sequence<Any >& rArguments )