summaryrefslogtreecommitdiff
path: root/cppuhelper/source/implementationentry.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper/source/implementationentry.cxx')
-rw-r--r--cppuhelper/source/implementationentry.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/cppuhelper/source/implementationentry.cxx b/cppuhelper/source/implementationentry.cxx
index 9277a1f7d7b4..0c870d8ac54c 100644
--- a/cppuhelper/source/implementationentry.cxx
+++ b/cppuhelper/source/implementationentry.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
@@ -37,7 +37,7 @@ using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::registry;
namespace cppu {
-
+
sal_Bool component_writeInfoHelper(
void *, void *pRegistryKey , const struct ImplementationEntry entries[] )
{
@@ -75,10 +75,10 @@ void * component_getFactoryHelper(
const sal_Char * pImplName, void *, void *,
const struct ImplementationEntry entries[] )
{
-
+
void * pRet = 0;
Reference< XSingleComponentFactory > xFactory;
-
+
for( sal_Int32 i = 0 ; entries[i].create ; i ++ )
{
OUString implName = entries[i].getImplementationName();