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

Petr Mladek pmladek at kemper.freedesktop.org
Wed Aug 8 04:55:56 PDT 2012


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

New commits:
commit a5eba4ac49a6ee31ef5db31c72b7b91007c037ef
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 4286ff6..8a1c1a9 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