summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Francis <mjay.francis@gmail.com>2015-03-28 18:58:30 +0800
committerYousuf Philips <philipz85@hotmail.com>2015-03-28 12:42:13 +0000
commit2caa097682e181fe1dfe19d1af1d798ab9af38eb (patch)
tree8b583fc226d997e4bf2794b16625bfa152026b1f
parent39c4b2787ea05233dbd47ca71007c13487628284 (diff)
tdf#89630 Remove extra space added when assigning styles for TOC
This crept in with commit 367d3c9b53b94c727c4a818141c580b740c0ae56 Change-Id: Ia59d89b6d08b45478ce1c217c7e4004aa52aca06 Reviewed-on: https://gerrit.libreoffice.org/15042 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
-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 6675da9ccd6f..fd7a35b92e1b 100644
--- a/sw/source/ui/index/cnttab.cxx
+++ b/sw/source/ui/index/cnttab.cxx
@@ -3622,7 +3622,7 @@ IMPL_LINK_NOARG(SwTOXStylesTabPage, AssignHdl)
nTemplPos != LISTBOX_ENTRY_NOTFOUND)
{
const OUString aStr(m_pLevelLB->GetEntry(nLevPos).getToken(0, aDeliStart)
- + " " + OUStringLiteral1<aDeliStart>()
+ + OUStringLiteral1<aDeliStart>()
+ m_pParaLayLB->GetSelectEntry()
+ OUStringLiteral1<aDeliEnd>());