[Libreoffice-commits] .: Branch 'libreoffice-3-6' - sd/source

Petr Mladek pmladek at kemper.freedesktop.org
Wed Aug 8 04:47:32 PDT 2012


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

New commits:
commit e3ba44a70abe6541a57ea55f9abdbc32182724d2
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
    Signed-off-by: Petr Mladek <pmladek at suse.cz>

diff --git a/sd/source/ui/func/futext.cxx b/sd/source/ui/func/futext.cxx
index 7e9d54e..7fd4ce8 100644
--- a/sd/source/ui/func/futext.cxx
+++ b/sd/source/ui/func/futext.cxx
@@ -89,6 +89,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