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.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/chart2/source/controller/dialogs/tp_3D_SceneIllumination.cxx b/chart2/source/controller/dialogs/tp_3D_SceneIllumination.cxx
index 7f9d4fe106c6..d1dca8371e59 100644
--- a/chart2/source/controller/dialogs/tp_3D_SceneIllumination.cxx
+++ b/chart2/source/controller/dialogs/tp_3D_SceneIllumination.cxx
@@ -141,7 +141,7 @@ namespace
}
catch( const uno::Exception & ex )
{
- SAL_WARN( "chart2", "Property Exception caught. Message: " << ex.Message);
+ SAL_WARN( "chart2", "Property Exception caught. Message: " << ex);
}
}
return aResult;
@@ -167,7 +167,7 @@ namespace
}
catch( const uno::Exception & ex )
{
- SAL_WARN( "chart2", "Property Exception caught. Message: " << ex.Message);
+ SAL_WARN( "chart2", "Property Exception caught. Message: " << ex);
}
}
}
@@ -182,7 +182,7 @@ namespace
}
catch( const uno::Exception & ex )
{
- SAL_WARN( "chart2", "Property Exception caught. Message: " << ex.Message);
+ SAL_WARN( "chart2", "Property Exception caught. Message: " << ex);
}
return Color( nResult );
}
@@ -198,7 +198,7 @@ namespace
}
catch( const uno::Exception & ex )
{
- SAL_WARN( "chart2", "Property Exception caught. Message: " << ex.Message);
+ SAL_WARN( "chart2", "Property Exception caught. Message: " << ex);
}
}
}