Kaydet (Commit) d3bee3fe authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

INTEGRATION: CWS chart17 (1.9.22); FILE MERGED

2007/10/24 09:44:34 bm 1.9.22.2: #i7998# superfluous comma in enum removed (error on Solaris)
2007/10/12 12:38:50 bm 1.9.22.1: #i7998# equations for regression curves
üst bfbacb90
......@@ -4,9 +4,9 @@
*
* $RCSfile: transporttypes.hxx,v $
*
* $Revision: 1.9 $
* $Revision: 1.10 $
*
* last change: $Author: ihi $ $Date: 2007-08-17 12:06:32 $
* last change: $Author: ihi $ $Date: 2007-11-23 11:38:35 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -139,6 +139,10 @@ struct SchXMLAxis
// ----------------------------------------
// struct PostponedStyleObject
// {
// };
struct DataRowPointStyle
{
enum StyleType
......@@ -155,6 +159,8 @@ struct DataRowPointStyle
::com::sun::star::chart2::XDataSeries > m_xSeries;
::com::sun::star::uno::Reference<
::com::sun::star::beans::XPropertySet > m_xOldAPISeries;
::com::sun::star::uno::Reference<
::com::sun::star::beans::XPropertySet > m_xEquationProperties;
sal_Int32 m_nPointIndex;
sal_Int32 m_nPointRepeat;
::rtl::OUString msStyleName;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment