[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - sd/source

Caolán McNamara caolanm at redhat.com
Tue Sep 1 07:10:28 PDT 2015


 sd/source/ui/func/futext.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit dae95dbb12c84d99819cd3accacf7d8794bf0b9d
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Sep 1 14:43:17 2015 +0100

    sids unsorted
    
    since
    
    commit 74ef8a4148f7d8fdf0d40481f879cdd13b27aafb
    Author: Maxim Monastirsky <momonasmon at gmail.com>
    Date:   Sun Dec 7 01:18:06 2014 +0200
    
        Introduce ParaspaceIncrease/Decrease commands in Writer and Calc
    
    Change-Id: I53dab158160ed9840404e60917fbb8725517bcd3
    (cherry picked from commit 34ebb26d4c63d73d42d711c9a6e09aae9afae61e)
    Reviewed-on: https://gerrit.libreoffice.org/18241
    Reviewed-by: Jan Holesovsky <kendy at collabora.com>
    Tested-by: Jan Holesovsky <kendy at collabora.com>

diff --git a/sd/source/ui/func/futext.cxx b/sd/source/ui/func/futext.cxx
index b848762..aedeae6 100644
--- a/sd/source/ui/func/futext.cxx
+++ b/sd/source/ui/func/futext.cxx
@@ -124,9 +124,9 @@ static sal_uInt16 SidArray[] = {
     SID_TEXTDIRECTION_TOP_TO_BOTTOM,  //   10908
     SID_ATTR_PARA_LEFT_TO_RIGHT,      //   10950
     SID_ATTR_PARA_RIGHT_TO_LEFT,      //   10951
+    SID_PARASPACE_INCREASE,           //   11145
+    SID_PARASPACE_DECREASE,           //   11146
     FN_NUM_BULLET_ON,                 //   20138
-    SID_PARASPACE_INCREASE,           //   27346
-    SID_PARASPACE_DECREASE,           //   27347
                             0 };
 
 TYPEINIT1( FuText, FuConstruct );


More information about the Libreoffice-commits mailing list