[Libreoffice-commits] .: Branch 'libreoffice-4-0' - sc/sdi

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Dec 4 09:12:00 PST 2012


 sc/sdi/formatsh.sdi |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 5370f412b8f7b954c32973c6649ff9a97eb0e2d6
Author: Cédric Bosdonnat <cedric.bosdonnat at free.fr>
Date:   Tue Dec 4 18:05:19 2012 +0100

    Fixed removed entry for SID_STYLE_HIDE in sc/sdi/formatsh.sdi
    
    Change-Id: I374173f5a91235fa16ca84e6a26d947cd0009e0d

diff --git a/sc/sdi/formatsh.sdi b/sc/sdi/formatsh.sdi
index 13884ce..dd78853 100644
--- a/sc/sdi/formatsh.sdi
+++ b/sc/sdi/formatsh.sdi
@@ -58,6 +58,7 @@ interface FormatForSelection
     SID_STYLE_FAMILY4           [ ExecMethod = ExecuteStyle; StateMethod = GetStyleState; ]
     SID_STYLE_EDIT              [ ExecMethod = ExecuteStyle; StateMethod = GetStyleState; ]
     SID_STYLE_DELETE            [ ExecMethod = ExecuteStyle; StateMethod = GetStyleState; ]
+    SID_STYLE_HIDE              [ ExecMethod = ExecuteStyle; StateMethod = GetStyleState; ]
     SID_STYLE_SHOW              [ ExecMethod = ExecuteStyle; StateMethod = GetStyleState; ]
     // } Slot's die in der DrawShell disabled werden.
 


More information about the Libreoffice-commits mailing list