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 --- sfx2/source/dialog/dialog.src | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sfx2/source/dialog/dialog.src') diff --git a/sfx2/source/dialog/dialog.src b/sfx2/source/dialog/dialog.src index 725d519012cc..4bcd140ce007 100644 --- a/sfx2/source/dialog/dialog.src +++ b/sfx2/source/dialog/dialog.src @@ -80,6 +80,11 @@ Menu MN_CONTEXT_TEMPLDLG HelpId = HID_STYLIST_EDIT ; }; MenuItem + { + Identifier = ID_HIDE ; + Text [ en-US ] = "Hide..." ; + }; + MenuItem { Identifier = ID_DELETE ; Text [ en-US ] = "Delete..." ; -- cgit