diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-02-20 09:04:53 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-02-20 09:03:19 +0000 |
commit | 7381cef88cccd2b35a83cd4842c73e4e69a47547 (patch) | |
tree | 847853c3f898d42b08d882b1aa4b61eebb216e83 /sc | |
parent | 1684e347cd16ce91ecf27d94691b185a0110cc34 (diff) |
use calc brace style
Change-Id: I96d05359308f38d6952137bc0b326505bba47c89
Reviewed-on: https://gerrit.libreoffice.org/22515
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/cctrl/checklistmenu.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/source/ui/cctrl/checklistmenu.cxx b/sc/source/ui/cctrl/checklistmenu.cxx index bf1e6383abca..553babd91e53 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); |