summaryrefslogtreecommitdiff
path: root/chart2/source/view/axes/VPolarAngleAxis.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/view/axes/VPolarAngleAxis.cxx')
-rw-r--r--chart2/source/view/axes/VPolarAngleAxis.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/view/axes/VPolarAngleAxis.cxx b/chart2/source/view/axes/VPolarAngleAxis.cxx
index 9561cf66b456..404db2e4c0b8 100644
--- a/chart2/source/view/axes/VPolarAngleAxis.cxx
+++ b/chart2/source/view/axes/VPolarAngleAxis.cxx
@@ -67,7 +67,7 @@ bool VPolarAngleAxis::createTextShapes_ForAngleAxis(
, rAxisLabelProperties.m_aFontReferenceSize );
uno::Any* pColorAny = PropertyMapper::getValuePointer(aPropValues,aPropNames,"CharColor");
- sal_Int32 nColor = COL_AUTO.GetColor();
+ Color nColor = COL_AUTO;
if(pColorAny)
*pColorAny >>= nColor;
@@ -96,7 +96,7 @@ bool VPolarAngleAxis::createTextShapes_ForAngleAxis(
{
//create single label
bool bHasExtraColor=false;
- sal_Int32 nExtraColor=0;
+ Color nExtraColor;
OUString aLabel;
if(pLabels)