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:
parent
51195ffc8f
commit
2e3ec6e1d9
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue