summaryrefslogtreecommitdiff
path: root/sot/inc/sot/object.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sot/inc/sot/object.hxx')
-rw-r--r--sot/inc/sot/object.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sot/inc/sot/object.hxx b/sot/inc/sot/object.hxx
index cb876fedcab1..c59fc901ecaa 100644
--- a/sot/inc/sot/object.hxx
+++ b/sot/inc/sot/object.hxx
@@ -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
@@ -167,7 +167,7 @@ SotFactory * ClassName::ClassFactory() \
{ \
*ppFactory = new FactoryName( GlobalName, \
String::CreateFromAscii( RTL_CONSTASCII_STRINGPARAM( #ClassName ) ), \
- ClassName::CreateInstance ); \
+ ClassName::CreateInstance ); \
} \
return *ppFactory; \
} \
@@ -204,7 +204,7 @@ SotFactory * ClassName::ClassFactory() \
{ \
*ppFactory = new FactoryName( GlobalName, \
String::CreateFromAscii( RTL_CONSTASCII_STRINGPARAM( #ClassName ) ), \
- ClassName::CreateInstance ); \
+ ClassName::CreateInstance ); \
(*ppFactory)->PutSuperClass( Super1::ClassFactory() ); \
} \
return *ppFactory; \
@@ -246,7 +246,7 @@ SotFactory * ClassName::ClassFactory() \
{ \
*ppFactory = new FactoryName( GlobalName, \
String::CreateFromAscii( RTL_CONSTASCII_STRINGPARAM( #ClassName ) ), \
- ClassName::CreateInstance ); \
+ ClassName::CreateInstance ); \
(*ppFactory)->PutSuperClass( Super1::ClassFactory() ); \
(*ppFactory)->PutSuperClass( Super2::ClassFactory() ); \
} \