summaryrefslogtreecommitdiff
path: root/include/sot/object.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sot/object.hxx')
-rw-r--r--include/sot/object.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sot/object.hxx b/include/sot/object.hxx
index 19428d6183bd..f23f1835825d 100644
--- a/include/sot/object.hxx
+++ b/include/sot/object.hxx
@@ -110,13 +110,13 @@ private:
static SotFactory ** GetFactoryAdress()
{ return &(SOTDATA()->pSotObjectFactory); }
public:
- static void * CreateInstance( SotObject ** = NULL );
+ static void * CreateInstance( SotObject ** = NULL );
static SotFactory * ClassFactory();
virtual const SotFactory * GetSvFactory() const;
- virtual void * Cast( const SotFactory * );
+ virtual void * Cast( const SotFactory * );
// only for the macros in So3 not to get out of hand
- IUnknown * GetInterface( const SvGlobalName & );
+ IUnknown * GetInterface( const SvGlobalName & );
bool Owner() const { return bOwner; }