summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/legacysingletonfactory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/misc/legacysingletonfactory.cxx')
-rw-r--r--comphelper/source/misc/legacysingletonfactory.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/comphelper/source/misc/legacysingletonfactory.cxx b/comphelper/source/misc/legacysingletonfactory.cxx
index d469d2512c4f..53b76c7d2f52 100644
--- a/comphelper/source/misc/legacysingletonfactory.cxx
+++ b/comphelper/source/misc/legacysingletonfactory.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -128,7 +128,7 @@ namespace comphelper
{
return m_sImplementationName;
}
-
+
//--------------------------------------------------------------------
::sal_Bool SAL_CALL LegacySingletonFactory::supportsService( const ::rtl::OUString& _rServiceName ) throw (RuntimeException)
{
@@ -137,7 +137,7 @@ namespace comphelper
const ::rtl::OUString* pEnd = aServices.getConstArray() + aServices.getLength();
return ::std::find( pStart, pEnd, _rServiceName ) != pEnd;
}
-
+
//--------------------------------------------------------------------
Sequence< ::rtl::OUString > SAL_CALL LegacySingletonFactory::getSupportedServiceNames( ) throw (RuntimeException)
{
@@ -165,7 +165,7 @@ namespace comphelper
return m_xTheInstance;
}
-
+
//--------------------------------------------------------------------
Reference< XInterface > SAL_CALL LegacySingletonFactory::createInstanceWithArgumentsAndContext( const Sequence< Any >& _rArguments, const Reference< XComponentContext >& _rxContext ) throw (Exception, RuntimeException)
{