summaryrefslogtreecommitdiff
path: root/sot/inc/sot/factory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sot/inc/sot/factory.hxx')
-rw-r--r--sot/inc/sot/factory.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sot/inc/sot/factory.hxx b/sot/inc/sot/factory.hxx
index e2b32c6aa65c..b216c9ddc459 100644
--- a/sot/inc/sot/factory.hxx
+++ b/sot/inc/sot/factory.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
@@ -55,22 +55,22 @@ protected:
virtual ~SotFactory();
public:
TYPEINFO();
- static void DeInit();
+ static void DeInit();
static void IncSvObjectCount( SotObject * = NULL );
static void DecSvObjectCount( SotObject * = NULL );
static UINT32 GetSvObjectCount();
static void TestInvariant();
- static const SotFactory * Find( const SvGlobalName & );
- static const SotFactoryList * GetFactoryList();
+ static const SotFactory * Find( const SvGlobalName & );
+ static const SotFactoryList * GetFactoryList();
SotFactory( const SvGlobalName &,
const String & rClassName, CreateInstanceType );
void PutSuperClass( const SotFactory * );
virtual void * CreateInstance( SotObject ** ppObj = NULL ) const;
- void * CastAndAddRef( SotObject * ) const;
- void * AggCastAndAddRef( SotObject * ) const;
+ void * CastAndAddRef( SotObject * ) const;
+ void * AggCastAndAddRef( SotObject * ) const;
BOOL Is( const SotFactory * pSuperClass ) const;
const SotFactory * GetSuper( USHORT nPos ) const