diff options
author | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2012-11-30 11:51:46 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2012-11-30 18:07:12 +0100 |
commit | 715d79bcc59d68c77dc84a1038998dd873df92e9 (patch) | |
tree | ea5d16b5cf2f62a3c252d6b559bc6f36ff1692d3 /sc | |
parent | 2fd9c2bf9af0c50dae3af3dbe5e22965ccdb4ae7 (diff) |
Styles & Formatting: added SFXSTYLEBIT_ALL_VISIBLE and show hidden styles
Change-Id: Ie74ec3c15ba270afd0a6864bd5824a5bc0e3ea8b
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/styleui/scstyles.src | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sc/source/ui/styleui/scstyles.src b/sc/source/ui/styleui/scstyles.src index 2e28aa2b801e..5f2a0906d41f 100644 --- a/sc/source/ui/styleui/scstyles.src +++ b/sc/source/ui/styleui/scstyles.src @@ -37,7 +37,8 @@ SfxStyleFamilies DLG_STYLE_DESIGNER StyleFamily = SFX_STYLE_FAMILY_PARA ; FilterList [ en-US ] = { - < "All Styles" ; SFXSTYLEBIT_ALL ; > ; + < "All Styles" ; SFXSTYLEBIT_ALL_VISIBLE ; > ; + < "Hidden Styles" ; SFXSTYLEBIT_HIDDEN ; > ; < "Applied Styles" ; SFXSTYLEBIT_USED ; > ; < "Custom Styles" ; SFXSTYLEBIT_USERDEF ; > ; }; @@ -50,6 +51,7 @@ SfxStyleFamilies DLG_STYLE_DESIGNER FilterList [ en-US ] = { < "All Styles" ; SFXSTYLEBIT_ALL ; > ; + < "Hidden Styles" ; SFXSTYLEBIT_HIDDEN ; > ; < "Custom Styles" ; SFXSTYLEBIT_USERDEF ; > ; }; Text [ en-US ] = "Page Styles" ; |