summaryrefslogtreecommitdiff
path: root/oox/source/export/chartexport.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/export/chartexport.cxx')
-rw-r--r--oox/source/export/chartexport.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/oox/source/export/chartexport.cxx b/oox/source/export/chartexport.cxx
index d6eeabb9a96d..a079566182a4 100644
--- a/oox/source/export/chartexport.cxx
+++ b/oox/source/export/chartexport.cxx
@@ -192,7 +192,6 @@ Reference< chart2::data::XLabeledDataSequence > lcl_getCategories( const Referen
}
catch( const uno::Exception & ex )
{
- (void)ex; // avoid warning for pro build
SAL_WARN( "oox", "Exception caught. " << ex.Message);
}
@@ -298,7 +297,6 @@ bool lcl_isSeriesAttachedToFirstAxis(
}
catch( const uno::Exception & ex )
{
- (void)ex; // avoid warning for pro build
SAL_WARN( "oox", "Exception caught. " << ex.Message);
}
@@ -640,7 +638,6 @@ void ChartExport::InitRangeSegmentationProperties( const Reference< chart2::XCha
}
catch( const uno::Exception & ex )
{
- (void)ex; // avoid warning for pro build
SAL_WARN( "oox", "Exception caught. " << ex.Message);
}
}