[Libreoffice-commits] core.git: filter/source
Jochen Nitschke
j.nitschke+logerrit at ok.de
Mon Apr 25 10:40:34 UTC 2016
filter/source/graphicfilter/icgm/chart.cxx | 3 ---
1 file changed, 3 deletions(-)
New commits:
commit 7812f966ced53be01e9fc52301f9157edcc65303
Author: Jochen Nitschke <j.nitschke+logerrit at ok.de>
Date: Sun Apr 24 15:20:49 2016 +0200
remove redundant initialization
DataNode has a default initializer who sets all members to 0
Change-Id: If5086fa54701394f9ba3eadd1c130ddede945fb2
Reviewed-on: https://gerrit.libreoffice.org/24331
Reviewed-by: jan iversen <jani at documentfoundation.org>
Tested-by: jan iversen <jani at documentfoundation.org>
diff --git a/filter/source/graphicfilter/icgm/chart.cxx b/filter/source/graphicfilter/icgm/chart.cxx
index 29e300e..a61c35e 100644
--- a/filter/source/graphicfilter/icgm/chart.cxx
+++ b/filter/source/graphicfilter/icgm/chart.cxx
@@ -26,9 +26,6 @@ CGMChart::CGMChart()
{
for ( sal_Int8 i = 0; i < 7; i++ )
{
- mDataNode[ i ].nBoxX1 = mDataNode[ i ].nBoxY1 = 0 ;
- mDataNode[ i ].nBoxX2 = mDataNode[ i ].nBoxY2 = 0 ;
-
mDataNode[ i ].nZoneEnum = i;
}
}
More information about the Libreoffice-commits
mailing list