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

New commits:
commit c6fdd2e4e5a54b388d25ca0fc97e1f325ae7a566
Author: Ivan Timofeev <[email protected]>
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
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to