From 7dc9768fefc52d46017ce5265a868e9abcb0aa62 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Wed, 23 Mar 2011 19:00:03 -0400 Subject: These string ID's are no longer resolved. Do as Writer does. --- sc/source/ui/styleui/scstyles.src | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sc/source/ui/styleui') diff --git a/sc/source/ui/styleui/scstyles.src b/sc/source/ui/styleui/scstyles.src index bbbd6d7e9516..d3b12e95b4b6 100644 --- a/sc/source/ui/styleui/scstyles.src +++ b/sc/source/ui/styleui/scstyles.src @@ -37,9 +37,9 @@ SfxStyleFamilies DLG_STYLE_DESIGNER StyleFamily = SFX_STYLE_FAMILY_PARA ; FilterList = { - < STR_STYLE_FILTER_ALL ; SFXSTYLEBIT_ALL ; > ; - < STR_STYLE_FILTER_USED ; SFXSTYLEBIT_USED ; > ; - < STR_STYLE_FILTER_USERDEF ; SFXSTYLEBIT_USERDEF ; > ; + < "All Styles" ; SFXSTYLEBIT_ALL ; > ; + < "Applied Styles" ; SFXSTYLEBIT_USED ; > ; + < "Custom Styles" ; SFXSTYLEBIT_USERDEF ; > ; }; Text [ en-US ] = "Cell Styles" ; }; @@ -49,8 +49,8 @@ SfxStyleFamilies DLG_STYLE_DESIGNER StyleFamily = SFX_STYLE_FAMILY_PAGE ; FilterList = { - < STR_STYLE_FILTER_ALL ; SFXSTYLEBIT_ALL ; > ; - < STR_STYLE_FILTER_USERDEF ; SFXSTYLEBIT_USERDEF ; > ; + < "All Styles" ; SFXSTYLEBIT_ALL ; > ; + < "Custom Styles" ; SFXSTYLEBIT_USERDEF ; > ; }; Text [ en-US ] = "Page Styles" ; }; -- cgit