diff options
author | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-08-03 20:30:53 +0400 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2012-08-08 12:37:11 +0200 |
commit | e3ba44a70abe6541a57ea55f9abdbc32182724d2 (patch) | |
tree | babd1c52d7799d8ff09fc3b2a92787c1c409f215 | |
parent | aea425a8cd851e6bee02247673c8996b58789484 (diff) |
fdo#36138: sd: fix undo in text objects
Change-Id: I44e9b5154939f3b150d3115085204361248e9b6d
Signed-off-by: Petr Mladek <pmladek@suse.cz>
-rw-r--r-- | sd/source/ui/func/futext.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/source/ui/func/futext.cxx b/sd/source/ui/func/futext.cxx index 7e9d54ec35b0..7fd4ce823ed0 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 |