diff options
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/controller/itemsetwrapper/GraphicPropertyItemConverter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/itemsetwrapper/GraphicPropertyItemConverter.cxx b/chart2/source/controller/itemsetwrapper/GraphicPropertyItemConverter.cxx index 460d3dbaf5a1..65263e1fe37f 100644 --- a/chart2/source/controller/itemsetwrapper/GraphicPropertyItemConverter.cxx +++ b/chart2/source/controller/itemsetwrapper/GraphicPropertyItemConverter.cxx @@ -281,7 +281,7 @@ void GraphicPropertyItemConverter::FillSpecialItem( if( (aValue >>= aName) && !aName.isEmpty()) { - aItem.SetEnabled( sal_True ); + aItem.SetEnabled( true ); rOutItemSet.Put( aItem ); } } |