summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/tp_3D_SceneIllumination.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/dialogs/tp_3D_SceneIllumination.cxx')
-rw-r--r--chart2/source/controller/dialogs/tp_3D_SceneIllumination.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/controller/dialogs/tp_3D_SceneIllumination.cxx b/chart2/source/controller/dialogs/tp_3D_SceneIllumination.cxx
index 4671811d74c1..f838433b0dab 100644
--- a/chart2/source/controller/dialogs/tp_3D_SceneIllumination.cxx
+++ b/chart2/source/controller/dialogs/tp_3D_SceneIllumination.cxx
@@ -236,7 +236,7 @@ namespace
sal_Int32 nResult = 0x000000;
try
{
- xSceneProperties->getPropertyValue(OUString("D3DSceneAmbientColor")) >>= nResult;
+ xSceneProperties->getPropertyValue("D3DSceneAmbientColor") >>= nResult;
}
catch( const uno::Exception & ex )
{
@@ -253,7 +253,7 @@ namespace
{
try
{
- xSceneProperties->setPropertyValue(OUString("D3DSceneAmbientColor"),
+ xSceneProperties->setPropertyValue("D3DSceneAmbientColor",
uno::makeAny( rColor.GetColor()));
}
catch( const uno::Exception & ex )