summaryrefslogtreecommitdiff
path: root/include/sot/factory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sot/factory.hxx')
-rw-r--r--include/sot/factory.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sot/factory.hxx b/include/sot/factory.hxx
index e08847b93f30..078a32be6ffc 100644
--- a/include/sot/factory.hxx
+++ b/include/sot/factory.hxx
@@ -58,7 +58,7 @@ public:
const OUString & rClassName, CreateInstanceType );
void PutSuperClass( const SotFactory * );
- void * CreateInstance( SotObject ** ppObj = NULL ) const;
+ void * CreateInstance( SotObject ** ppObj = NULL ) const;
bool Is( const SotFactory * pSuperClass ) const;
const SotFactory * GetSuper( sal_uInt16 nPos ) const