From 786bac517c6fa2ea429bd0ce6d425fb2095c6f01 Mon Sep 17 00:00:00 2001 From: Ingrid Halama Date: Wed, 24 Mar 2010 09:43:57 +0100 Subject: chart 45: #i109879# black axis loose color on copy --- xmloff/source/chart/SchXMLPlotAreaContext.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'xmloff/source/chart') diff --git a/xmloff/source/chart/SchXMLPlotAreaContext.cxx b/xmloff/source/chart/SchXMLPlotAreaContext.cxx index 53a32b9193e5..ec5c4b2130c1 100644 --- a/xmloff/source/chart/SchXMLPlotAreaContext.cxx +++ b/xmloff/source/chart/SchXMLPlotAreaContext.cxx @@ -1271,6 +1271,10 @@ void SchXMLAxisContext::CreateAxis() // set properties if( xProp.is()) { + // #i109879# the line color is black as default, in the model it is a light gray + xProp->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "LineColor" )), + uno::makeAny( COL_BLACK )); + xProp->setPropertyValue( rtl::OUString::createFromAscii( "DisplayLabels" ), aFalseBool ); // #88077# AutoOrigin 'on' is default -- cgit