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 3fc95ad6dda9..3310739d5ec1 100644
--- a/sot/source/base/factory.cxx
+++ b/sot/source/base/factory.cxx
@@ -74,12 +74,10 @@ SotData_Impl * SOTDATA()
|* Beschreibung
*************************************************************************/
-SotFactory::SotFactory( const SvGlobalName & rName,
- const OUString & rClassName )
+SotFactory::SotFactory( const SvGlobalName & rName )
: SvGlobalName ( rName )
, nSuperCount ( 0 )
, pSuperClasses ( NULL )
- , aClassName ( rClassName )
{
#ifdef DBG_UTIL
SvGlobalName aEmptyName;