[Libreoffice-commits] .: sd/source

Ivan Timofeev ivantimofeev at kemper.freedesktop.org
Fri Aug 3 09:47:41 PDT 2012


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

New commits:
commit c6fdd2e4e5a54b388d25ca0fc97e1f325ae7a566
Author: Ivan Timofeev <timofeev.i.s at gmail.com>
Date:   Fri Aug 3 20:30:53 2012 +0400

    fdo#36138: sd: fix undo in text objects
    
    Change-Id: I44e9b5154939f3b150d3115085204361248e9b6d

diff --git a/sd/source/ui/func/futext.cxx b/sd/source/ui/func/futext.cxx
index 13fbfe7..9ed1470 100644
--- a/sd/source/ui/func/futext.cxx
+++ b/sd/source/ui/func/futext.cxx
@@ -87,6 +87,8 @@ namespace sd {
 static sal_uInt16 SidArray[] = {
     SID_STYLE_FAMILY2,                //    5542
     SID_STYLE_FAMILY5,                //    5545
+    SID_REDO,                         //    5700
+    SID_UNDO,                         //    5701
     SID_CUT,                          //    5710
     SID_COPY,                         //    5711
     SID_ATTR_TABSTOP,                 //   10002


More information about the Libreoffice-commits mailing list