[Libreoffice-commits] core.git: sw/source

Julien Nabet serval2412 at yahoo.fr
Tue Dec 30 16:28:29 PST 2014


 sw/source/core/doc/dbgoutsw.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1834de0a125a72cf32907b0586b8ceb4930ec411
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Wed Dec 31 01:27:15 2014 +0100

    Remove extra spaces
    
    Change-Id: I2b351530c5eba062449e02621cfca6ba34bf9c58

diff --git a/sw/source/core/doc/dbgoutsw.cxx b/sw/source/core/doc/dbgoutsw.cxx
index 67ac7f2..c45561a 100644
--- a/sw/source/core/doc/dbgoutsw.cxx
+++ b/sw/source/core/doc/dbgoutsw.cxx
@@ -210,7 +210,7 @@ map<sal_uInt16,OUString,CompareUShort> & GetItemWhichMap()
         aItemWhichMap[RES_LAYOUT_SPLIT] = "LAYOUT_SPLIT";
         aItemWhichMap[RES_CHAIN] = "CHAIN";
         aItemWhichMap[RES_TEXTGRID] = "TEXTGRID";
-        aItemWhichMap[RES_LINENUMBER  ] = "LINENUMBER  ";
+        aItemWhichMap[RES_LINENUMBER  ] = "LINENUMBER";
         aItemWhichMap[RES_FTN_AT_TXTEND] = "FTN_AT_TXTEND";
         aItemWhichMap[RES_END_AT_TXTEND] = "END_AT_TXTEND";
         aItemWhichMap[RES_COLUMNBALANCE] = "COLUMNBALANCE";


More information about the Libreoffice-commits mailing list