INTEGRATION: CWS dba22b (1.19.56); FILE MERGED

2006/12/13 10:05:18 fs 1.19.56.1: #i72527# proper base class initialization
This commit is contained in:
Vladimir Glazounov 2007-01-15 13:31:26 +00:00
parent e7267dc4e9
commit 8fcf2d9dcb

View file

@ -4,9 +4,9 @@
*
* $RCSfile: commanddefinition.cxx,v $
*
* $Revision: 1.19 $
* $Revision: 1.20 $
*
* last change: $Author: obo $ $Date: 2006-09-17 06:38:46 $
* last change: $Author: vg $ $Date: 2007-01-15 14:31:26 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -130,7 +130,6 @@ OCommandDefinition::OCommandDefinition( const Reference< XInterface >& _rxContai
:OComponentDefinition(_rxContainer,_rElementName,_xORB,_pImpl,sal_False)
{
DBG_CTOR(OCommandDefinition, NULL);
registerProperties();
}