diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:52:39 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:52:39 +0000 |
commit | 1dc9b765987a2f82fa3c6da60ff48f604ff713c8 (patch) | |
tree | 99a86a42c5e88f3a42fde707f08438cccf7aa74a /sot | |
parent | 7fb5c3b28c039699109e5996d984495871c6098d (diff) |
INTEGRATION: CWS warnings01 (1.9.8); FILE MERGED
2005/10/21 16:25:05 pl 1.9.8.1: #i55991# removed warnings for linux platform
Diffstat (limited to 'sot')
-rw-r--r-- | sot/source/base/factory.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sot/source/base/factory.cxx b/sot/source/base/factory.cxx index 22b2172bbe4b..8ea64e2d7620 100644 --- a/sot/source/base/factory.cxx +++ b/sot/source/base/factory.cxx @@ -4,9 +4,9 @@ * * $RCSfile: factory.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: rt $ $Date: 2005-09-08 07:38:10 $ + * last change: $Author: hr $ $Date: 2006-06-20 05:52:39 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -161,10 +161,10 @@ SotFactory::SotFactory( const SvGlobalName & rName, const String & rClassName, CreateInstanceType pCreateFuncP ) : SvGlobalName ( rName ) - , pCreateFunc ( pCreateFuncP ) - , aClassName ( rClassName ) , nSuperCount ( 0 ) , pSuperClasses ( NULL ) + , pCreateFunc ( pCreateFuncP ) + , aClassName ( rClassName ) { #ifdef DBG_UTIL SvGlobalName aEmptyName; |