INTEGRATION: CWS chart25 (1.7.10); FILE MERGED

2008/05/13 08:07:07 iha 1.7.10.1: corrected property name Hidden->IsHidden
This commit is contained in:
Rüdiger Timm 2008-06-06 08:17:35 +00:00
parent 51195ffc8f
commit 2e3ec6e1d9

View file

@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: UncachedDataSequence.cxx,v $
* $Revision: 1.7 $
* $Revision: 1.8 $
*
* This file is part of OpenOffice.org.
*
@ -135,7 +135,7 @@ void UncachedDataSequence::registerProperties()
& m_sRole,
::getCppuType( & m_sRole ) );
registerProperty( C2U( "Hidden" ),
registerProperty( C2U( "IsHidden" ),
PROP_HIDDEN,
0, // PropertyAttributes
& m_bIsHidden,