summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMatthew Francis <mjay.francis@gmail.com>2015-04-06 01:46:45 +0400
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2015-04-14 19:59:10 +0000
commit33a67ac2c5e6a60b5a99ebf6767f803277b79148 (patch)
treee596d74588273a7b0d291c492ae6cad0ee382a7c /sw
parent5087e4caa4343a1a17ffb42eea4aa0354cab8636 (diff)
tdf#89630 Remove extra space added when assigning styles for TOC
Change-Id: I05deaf5360fb2d64419f2e47ed348edc9e3adefe Reviewed-on: https://gerrit.libreoffice.org/15165 Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/index/cnttab.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/index/cnttab.cxx b/sw/source/ui/index/cnttab.cxx
index c0065b78f64a..a528f65324fe 100644
--- a/sw/source/ui/index/cnttab.cxx
+++ b/sw/source/ui/index/cnttab.cxx
@@ -3623,7 +3623,7 @@ IMPL_LINK_NOARG(SwTOXStylesTabPage, AssignHdl)
nTemplPos != LISTBOX_ENTRY_NOTFOUND)
{
const OUString aStr(m_pLevelLB->GetEntry(nLevPos).getToken(0, aDeliStart)
- + " " + OUString(aDeliStart)
+ + OUString(aDeliStart)
+ m_pParaLayLB->GetSelectEntry()
+ OUString(aDeliEnd));