sc/source/ui/cctrl/checklistmenu.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit 7381cef88cccd2b35a83cd4842c73e4e69a47547 Author: Markus Mohrhard <[email protected]> Date: Sat Feb 20 09:04:53 2016 +0100 use calc brace style Change-Id: I96d05359308f38d6952137bc0b326505bba47c89 Reviewed-on: https://gerrit.libreoffice.org/22515 Tested-by: Jenkins <[email protected]> Reviewed-by: Markus Mohrhard <[email protected]> diff --git a/sc/source/ui/cctrl/checklistmenu.cxx b/sc/source/ui/cctrl/checklistmenu.cxx index bf1e638..553babd 100644 --- a/sc/source/ui/cctrl/checklistmenu.cxx +++ b/sc/source/ui/cctrl/checklistmenu.cxx @@ -1132,7 +1132,8 @@ void ScCheckListMenuWindow::setAllMemberState(bool bSet) { size_t n = maMembers.size(); OUString aLabel; - for (size_t i = 0; i < n; ++i) { + for (size_t i = 0; i < n; ++i) + { aLabel = maMembers[i].maName; if (aLabel.isEmpty()) aLabel = ScGlobal::GetRscString(STR_EMPTYDATA); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
