INTEGRATION: CWS dr33 (1.19.10); FILE MERGED

2005/02/14 16:43:57 dr 1.19.10.1: #i42367# remove non-ASCII characters from C++ sources
This commit is contained in:
Vladimir Glazounov
2005-02-16 16:49:27 +00:00
parent 3cc314f898
commit af6bd8d210

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: Columns.cxx,v $
*
* $Revision: 1.19 $
* $Revision: 1.20 $
*
* last change: $Author: kz $ $Date: 2005-01-21 16:50:01 $
* last change: $Author: vg $ $Date: 2005-02-16 17:49:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -287,7 +287,7 @@ OGridColumn::OGridColumn(const Reference<XMultiServiceFactory>& _rxFactory, cons
increment( m_refCount );
// Muss im eigenen Block,
// da xAgg vor dem delegator setzen wieder freigesetzt sein mu<EFBFBD> !
// da xAgg vor dem delegator setzen wieder freigesetzt sein muss!
{
m_xAggregate = Reference< XAggregation >( _rxFactory->createInstance( m_aModelName ), UNO_QUERY );
setAggregation( m_xAggregate );