INTEGRATION: CWS chart22 (1.4.2); FILE MERGED
2008/04/17 11:29:51 iha 1.4.2.2: RESYNC: (1.4-1.5); FILE MERGED 2008/02/21 17:06:14 iha 1.4.2.1: #i65549# Plotting of missing values
This commit is contained in:
parent
26a1b0d70b
commit
22a45019d5
1 changed files with 4 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
* OpenOffice.org - a multi-platform office productivity suite
|
||||
*
|
||||
* $RCSfile: SeriesOptionsItemConverter.hxx,v $
|
||||
* $Revision: 1.5 $
|
||||
* $Revision: 1.6 $
|
||||
*
|
||||
* This file is part of OpenOffice.org.
|
||||
*
|
||||
|
@ -90,6 +90,9 @@ private:
|
|||
bool m_bClockwise;
|
||||
::com::sun::star::uno::Reference<
|
||||
::com::sun::star::chart2::XCoordinateSystem > m_xCooSys;
|
||||
|
||||
::com::sun::star::uno::Sequence< sal_Int32 > m_aSupportedMissingValueTreatments;
|
||||
sal_Int32 m_nMissingValueTreatment;
|
||||
};
|
||||
|
||||
} // namespace wrapper
|
||||
|
|
Loading…
Reference in a new issue