summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlrowi.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-14 11:21:35 +0200
committerNoel Grandin <noel@peralex.com>2015-08-14 11:21:35 +0200
commit33fe6b93114964c7578f34df28211d846966a5a4 (patch)
treef1e495a00877a28aecf92434dbd5420808134dc0 /sc/source/filter/xml/xmlrowi.cxx
parentfef9472dcc89688c89b15b997857abb94cb22f47 (diff)
loplugin: defaultparams
Change-Id: Id5cdb8516db9e9017de06c3ab6e25f272c945677
Diffstat (limited to 'sc/source/filter/xml/xmlrowi.cxx')
-rw-r--r--sc/source/filter/xml/xmlrowi.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/xml/xmlrowi.cxx b/sc/source/filter/xml/xmlrowi.cxx
index 7af34aa1dd16..bf0565dd3ec9 100644
--- a/sc/source/filter/xml/xmlrowi.cxx
+++ b/sc/source/filter/xml/xmlrowi.cxx
@@ -334,7 +334,7 @@ void ScXMLTableRowsContext::EndElement()
ScOutlineTable* pOutlineTable(pDoc->GetOutlineTable(nSheet, true));
ScOutlineArray& rRowArray(pOutlineTable->GetRowArray());
bool bResized;
- rRowArray.Insert(static_cast<SCROW>(nGroupStartRow), static_cast<SCROW>(nGroupEndRow), bResized, !bGroupDisplay, true);
+ rRowArray.Insert(static_cast<SCROW>(nGroupStartRow), static_cast<SCROW>(nGroupEndRow), bResized, !bGroupDisplay);
}
}
}