summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/transporttypes.hxx
diff options
context:
space:
mode:
authorRafael Dominguez <venccsralph@gmail.com>2012-04-28 14:46:51 -0430
committerRafael Dominguez <venccsralph@gmail.com>2012-06-03 09:12:35 -0430
commit27cd9157ac0e824197aa40c67fe6a4bfab3b2e38 (patch)
treea4ea7f723fcab7e0d443d3cf490942cdf3f291f1 /xmloff/source/chart/transporttypes.hxx
parent5e1dfa9952724c1909acb3679369e3ec8e3f99ae (diff)
Import X errorbars.
Change-Id: I069271ad1c0f2fc5ec0854d6fb13aa0dc25be01d
Diffstat (limited to 'xmloff/source/chart/transporttypes.hxx')
-rw-r--r--xmloff/source/chart/transporttypes.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/xmloff/source/chart/transporttypes.hxx b/xmloff/source/chart/transporttypes.hxx
index 7ecf0860d1ba..be60fcd1ce96 100644
--- a/xmloff/source/chart/transporttypes.hxx
+++ b/xmloff/source/chart/transporttypes.hxx
@@ -176,6 +176,10 @@ 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_xErrorXProperties;
+ com::sun::star::uno::Reference<
+ com::sun::star::beans::XPropertySet > m_xErrorYProperties;
::com::sun::star::uno::Reference<
::com::sun::star::beans::XPropertySet > m_xEquationProperties;
sal_Int32 m_nPointIndex;