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:
@@ -2,9 +2,9 @@
|
|||||||
*
|
*
|
||||||
* $RCSfile: Columns.cxx,v $
|
* $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
|
* The Contents of this file are made available subject to the terms of
|
||||||
* either of the following licenses
|
* either of the following licenses
|
||||||
@@ -287,7 +287,7 @@ OGridColumn::OGridColumn(const Reference<XMultiServiceFactory>& _rxFactory, cons
|
|||||||
increment( m_refCount );
|
increment( m_refCount );
|
||||||
|
|
||||||
// Muss im eigenen Block,
|
// 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 );
|
m_xAggregate = Reference< XAggregation >( _rxFactory->createInstance( m_aModelName ), UNO_QUERY );
|
||||||
setAggregation( m_xAggregate );
|
setAggregation( m_xAggregate );
|
||||||
|
Reference in New Issue
Block a user