From 27cd9157ac0e824197aa40c67fe6a4bfab3b2e38 Mon Sep 17 00:00:00 2001 From: Rafael Dominguez Date: Sat, 28 Apr 2012 14:46:51 -0430 Subject: Import X errorbars. Change-Id: I069271ad1c0f2fc5ec0854d6fb13aa0dc25be01d --- xmloff/source/chart/transporttypes.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'xmloff/source/chart/transporttypes.hxx') 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; -- cgit