These string ID's are no longer resolved. Do as Writer does.
This commit is contained in:
parent
5d6aa83dff
commit
7dc9768fef
1 changed files with 5 additions and 5 deletions
|
@ -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" ;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue