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, 0 insertions, 4 deletions
diff --git a/chart2/source/controller/dialogs/tp_3D_SceneIllumination.cxx b/chart2/source/controller/dialogs/tp_3D_SceneIllumination.cxx
index 519dde5bd163..c091fa701007 100644
--- a/chart2/source/controller/dialogs/tp_3D_SceneIllumination.cxx
+++ b/chart2/source/controller/dialogs/tp_3D_SceneIllumination.cxx
@@ -140,7 +140,6 @@ namespace
}
catch( const uno::Exception & ex )
{
- (void)ex; // no warning in non-debug builds
SAL_WARN( "chart2", "Property Exception caught. Message: " << ex.Message);
}
}
@@ -167,7 +166,6 @@ namespace
}
catch( const uno::Exception & ex )
{
- (void)ex; // no warning in non-debug builds
SAL_WARN( "chart2", "Property Exception caught. Message: " << ex.Message);
}
}
@@ -183,7 +181,6 @@ namespace
}
catch( const uno::Exception & ex )
{
- (void)ex; // no warning in non-debug builds
SAL_WARN( "chart2", "Property Exception caught. Message: " << ex.Message);
}
return Color( nResult );
@@ -200,7 +197,6 @@ namespace
}
catch( const uno::Exception & ex )
{
- (void)(ex); // no warning in non-debug builds
SAL_WARN( "chart2", "Property Exception caught. Message: " << ex.Message);
}
}