summaryrefslogtreecommitdiff
path: root/starmath/source/register.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/register.cxx')
-rw-r--r--starmath/source/register.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/starmath/source/register.cxx b/starmath/source/register.cxx
index 3a303e62d16c..a8fcfd350c0a 100644
--- a/starmath/source/register.cxx
+++ b/starmath/source/register.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
@@ -120,7 +120,7 @@ void SAL_CALL component_getImplementationEnvironment(
}
sal_Bool SAL_CALL component_writeInfo( void* /*pServiceManager*/,
- void* pRegistryKey )
+ void* pRegistryKey )
{
Reference< registry::XRegistryKey >
xKey( reinterpret_cast< registry::XRegistryKey* >( pRegistryKey ) ) ;
@@ -212,9 +212,9 @@ void* SAL_CALL component_getFactory( const sal_Char* pImplementationName,
// Set default return value for this operation - if it failed.
void* pReturn = NULL ;
- if (
- ( pImplementationName != NULL ) &&
- ( pServiceManager != NULL )
+ if (
+ ( pImplementationName != NULL ) &&
+ ( pServiceManager != NULL )
)
{
// Define variables which are used in following macros.