summaryrefslogtreecommitdiff
path: root/sot/source/base/factory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sot/source/base/factory.cxx')
-rw-r--r--sot/source/base/factory.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/sot/source/base/factory.cxx b/sot/source/base/factory.cxx
index 102e0fc81b91..3fc95ad6dda9 100644
--- a/sot/source/base/factory.cxx
+++ b/sot/source/base/factory.cxx
@@ -75,12 +75,10 @@ SotData_Impl * SOTDATA()
*************************************************************************/
SotFactory::SotFactory( const SvGlobalName & rName,
- const OUString & rClassName,
- CreateInstanceType pCreateFuncP )
+ const OUString & rClassName )
: SvGlobalName ( rName )
, nSuperCount ( 0 )
, pSuperClasses ( NULL )
- , pCreateFunc ( pCreateFuncP )
, aClassName ( rClassName )
{
#ifdef DBG_UTIL