summaryrefslogtreecommitdiff
path: root/chart2/source/controller/itemsetwrapper/GraphicPropertyItemConverter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/itemsetwrapper/GraphicPropertyItemConverter.cxx')
-rw-r--r--chart2/source/controller/itemsetwrapper/GraphicPropertyItemConverter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/itemsetwrapper/GraphicPropertyItemConverter.cxx b/chart2/source/controller/itemsetwrapper/GraphicPropertyItemConverter.cxx
index dffa2cde9337..a86c32053a9c 100644
--- a/chart2/source/controller/itemsetwrapper/GraphicPropertyItemConverter.cxx
+++ b/chart2/source/controller/itemsetwrapper/GraphicPropertyItemConverter.cxx
@@ -748,7 +748,7 @@ bool GraphicPropertyItemConverter::ApplySpecialItem(
? OUString( "TransparencyGradientName" )
: OUString( "FillTransparenceGradientName" );
GetPropertySet()->setPropertyValue(
- aTransGradPropName, uno::makeAny( OUString() ));
+ aTransGradPropName, uno::Any( OUString() ));
bChanged = true;
}