summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2018-11-09 22:01:39 +0100
committerMatteo Casalin <matteo.casalin@yahoo.com>2018-11-10 22:04:11 +0100
commit50a3b871c7d02d50a812ce9d532bcdbceef1f33d (patch)
tree65221da0df32b9af056a7990774a458035fdfdc1 /sfx2
parenta1f1a640b65b2d0ff36155899f9c1dc2fc9381d8 (diff)
Fix whitespaces
Change-Id: I3d160c71ac4874a66f036e3d91910e00cf47836d
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/appl/newhelp.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sfx2/source/appl/newhelp.cxx b/sfx2/source/appl/newhelp.cxx
index f5aad359c771..8f0ac0a735b8 100644
--- a/sfx2/source/appl/newhelp.cxx
+++ b/sfx2/source/appl/newhelp.cxx
@@ -638,7 +638,8 @@ void IndexTabPage_Impl::InitializeIndex()
if ( (tmp = it->second++) != 0)
m_pIndexCB->InsertEntry(aTempString + OUString(append, tmp));
else
- m_pIndexCB->InsertEntry(aTempString); }
+ m_pIndexCB->InsertEntry(aTempString);
+ }
}
else
aIndex.clear();