summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/dialog.src
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-11-25 15:24:42 +0100
committerCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-11-30 18:07:12 +0100
commit2fd9c2bf9af0c50dae3af3dbe5e22965ccdb4ae7 (patch)
tree2a0438c371fbb51a3d2e919793802d6827e07fbd /sfx2/source/dialog/dialog.src
parent36b7794d832dbc87c250ef02eee643c4ce68f87a (diff)
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
Diffstat (limited to 'sfx2/source/dialog/dialog.src')
-rw-r--r--sfx2/source/dialog/dialog.src5
1 files changed, 5 insertions, 0 deletions
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
@@ -81,6 +81,11 @@ Menu MN_CONTEXT_TEMPLDLG
};
MenuItem
{
+ Identifier = ID_HIDE ;
+ Text [ en-US ] = "Hide..." ;
+ };
+ MenuItem
+ {
Identifier = ID_DELETE ;
Text [ en-US ] = "Delete..." ;
HelpId = HID_STYLIST_DELETE ;