sw/source/ui/index/cnttab.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 33a67ac2c5e6a60b5a99ebf6767f803277b79148
Author: Matthew Francis <mjay.fran...@gmail.com>
Date:   Mon Apr 6 01:46:45 2015 +0400

    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+libreoff...@googlemail.com>
    Reviewed-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com>

diff --git a/sw/source/ui/index/cnttab.cxx b/sw/source/ui/index/cnttab.cxx
index c0065b7..a528f65 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));
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to