From 708447f2a5011ef76cb5ed6aa02bbac45e93a532 Mon Sep 17 00:00:00 2001 From: Cédric Bosdonnat Date: Tue, 4 Dec 2012 10:31:35 +0100 Subject: Styles & Formatting: added Show menu item on hidden styles The command to show hidden styles again was missing. Change-Id: Ic25b0cfc4d021d949124b8c4ef4016d6dba7e39f --- sw/sdi/_docsh.sdi | 6 ++++++ sw/sdi/annotsh.sdi | 6 ++++++ 2 files changed, 12 insertions(+) (limited to 'sw/sdi') diff --git a/sw/sdi/_docsh.sdi b/sw/sdi/_docsh.sdi index cfc333719ca3..ed847319fca0 100644 --- a/sw/sdi/_docsh.sdi +++ b/sw/sdi/_docsh.sdi @@ -56,6 +56,12 @@ interface BaseTextDocument StateMethod = NoState ; ] + SID_STYLE_SHOW + [ + ExecMethod = ExecStyleSheet ; + StateMethod = NoState ; + ] + SID_TEMPLATE_LOAD [ ExecMethod = Execute ; diff --git a/sw/sdi/annotsh.sdi b/sw/sdi/annotsh.sdi index 9e566b2b6287..0506fd2487f0 100644 --- a/sw/sdi/annotsh.sdi +++ b/sw/sdi/annotsh.sdi @@ -351,6 +351,12 @@ interface Annotation : _Annotation [ StateMethod = StateDisableItems ; ] + + SID_STYLE_SHOW + [ + StateMethod = StateDisableItems ; + ] + FN_STAT_SELMODE [ StateMethod = StateStatusLine ; -- cgit