From 2fd9c2bf9af0c50dae3af3dbe5e22965ccdb4ae7 Mon Sep 17 00:00:00 2001 From: Cédric Bosdonnat Date: Sun, 25 Nov 2012 15:24:42 +0100 Subject: Allow to hide styles in the "Styles & Formating" dialog In its current state, the feature only hides the styles. Things to sort out are: + Add some automatic filter to show hidden styles + Make the visibility persist in the file format Change-Id: I5904f41bb567add7b6bf501c6c5297f9f149a915 --- sc/sdi/drtxtob.sdi | 1 + 1 file changed, 1 insertion(+) (limited to 'sc/sdi/drtxtob.sdi') diff --git a/sc/sdi/drtxtob.sdi b/sc/sdi/drtxtob.sdi index dce59dc2588f..d17d285ec927 100644 --- a/sc/sdi/drtxtob.sdi +++ b/sc/sdi/drtxtob.sdi @@ -54,6 +54,7 @@ interface TableDrawText SID_STYLE_NEW [ StateMethod = StateDisableItems; Export = FALSE; ] SID_STYLE_EDIT [ StateMethod = StateDisableItems; Export = FALSE; ] SID_STYLE_DELETE [ StateMethod = StateDisableItems; Export = FALSE; ] + SID_STYLE_HIDE [ StateMethod = StateDisableItems; Export = FALSE; ] //---------------------------------------------------------------------------- SID_CUT [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] -- cgit