sd/source/ui/func/fuchar.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fb2f68f09750fd54a97fb2eba79bc49ab3ffbca2
Author: Michael Stahl <mst...@redhat.com>
Date:   Wed Aug 31 14:45:17 2016 +0200

    sd: fix un-sorted SidArray in FuChar::DoExecute()
    
    Triggers an assert in SfxBindings::Invalidate().
    
    (regression from ecc7308efa973fd1f1985ff9a0a0f01414b73f2b)
    
    Change-Id: Ida5b6c006ef6b8a839962c4f09c8341eee980270
    (cherry picked from commit 52bac50deb628cb21c88d5dcab032d4980bb8974)
    Reviewed-on: https://gerrit.libreoffice.org/28551
    Reviewed-by: Caolán McNamara <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@redhat.com>

diff --git a/sd/source/ui/func/fuchar.cxx b/sd/source/ui/func/fuchar.cxx
index c013103..5b8305a 100644
--- a/sd/source/ui/func/fuchar.cxx
+++ b/sd/source/ui/func/fuchar.cxx
@@ -142,11 +142,11 @@ void FuChar::DoExecute( SfxRequest& rReq )
                     SID_ATTR_CHAR_UNDERLINE,
                     SID_ATTR_CHAR_FONTHEIGHT,
                     SID_ATTR_CHAR_COLOR,
-                    SID_ATTR_CHAR_BACK_COLOR,
                     SID_ATTR_CHAR_KERNING,
                     SID_ATTR_CHAR_CASEMAP,
                     SID_SET_SUPER_SCRIPT,
                     SID_SET_SUB_SCRIPT,
+                    SID_ATTR_CHAR_BACK_COLOR,
                     0 };
 
     mpViewShell->GetViewFrame()->GetBindings().Invalidate( SidArray );
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to