diff options
Diffstat (limited to 'include/sot/factory.hxx')
-rw-r--r-- | include/sot/factory.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sot/factory.hxx b/include/sot/factory.hxx index 60094b4772d8..e08847b93f30 100644 --- a/include/sot/factory.hxx +++ b/include/sot/factory.hxx @@ -58,7 +58,7 @@ public: const OUString & rClassName, CreateInstanceType ); void PutSuperClass( const SotFactory * ); - virtual 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 |