From b2ffa40c12024886c3c6fd36d198aed2f8434fde Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Mon, 21 Jul 2014 16:34:15 -0400 Subject: Compiler macro in lieu of literal "Label" to make it easier to track it. Change-Id: I6bc694fcc8f97b308747c097c4fa977d20524377 --- chart2/source/view/main/VDataSeries.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chart2/source/view/main/VDataSeries.cxx') diff --git a/chart2/source/view/main/VDataSeries.cxx b/chart2/source/view/main/VDataSeries.cxx index 30a95e5cc12b..56b84e0969c4 100644 --- a/chart2/source/view/main/VDataSeries.cxx +++ b/chart2/source/view/main/VDataSeries.cxx @@ -896,7 +896,7 @@ DataPointLabel* getDataPointLabelFromPropertySet( const uno::Reference< beans::X SAL_WNODEPRECATED_DECLARATIONS_POP try { - if( !(xProp->getPropertyValue("Label") >>= *apLabel) ) + if( !(xProp->getPropertyValue(CHART_UNONAME_LABEL) >>= *apLabel) ) apLabel.reset(); } catch(const uno::Exception &e) -- cgit