summaryrefslogtreecommitdiffstats
path: root/sc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-02-20 09:04:53 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-02-20 09:03:19 +0000
commit7381cef88cccd2b35a83cd4842c73e4e69a47547 (patch)
tree847853c3f898d42b08d882b1aa4b61eebb216e83 /sc
parentadd missing IsFormulaWildcardsEnabled() calls, tdf#72196 (diff)
downloadcore-7381cef88cccd2b35a83cd4842c73e4e69a47547.tar.gz
core-7381cef88cccd2b35a83cd4842c73e4e69a47547.zip
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.cxx3
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);