Kaydet (Commit) a39c8b9a authored tarafından Kohei Yoshida's avatar Kohei Yoshida

These string ID's are no longer resolved. Do as Writer does.

üst 63b2496a
...@@ -263,9 +263,9 @@ SfxStyleFamilies DLG_STYLE_DESIGNER ...@@ -263,9 +263,9 @@ SfxStyleFamilies DLG_STYLE_DESIGNER
StyleFamily = SFX_STYLE_FAMILY_PARA ; StyleFamily = SFX_STYLE_FAMILY_PARA ;
FilterList = FilterList =
{ {
< STR_STYLE_FILTER_ALL ; SFXSTYLEBIT_ALL ; > ; < "All Styles" ; SFXSTYLEBIT_ALL ; > ;
< STR_STYLE_FILTER_USED ; SFXSTYLEBIT_USED ; > ; < "Applied Styles" ; SFXSTYLEBIT_USED ; > ;
< STR_STYLE_FILTER_USERDEF ; SFXSTYLEBIT_USERDEF ; > ; < "Custom Styles" ; SFXSTYLEBIT_USERDEF ; > ;
}; };
}; };
SfxStyleFamilyItem RID_PRESENTATIONSTYLEFAMILY SfxStyleFamilyItem RID_PRESENTATIONSTYLEFAMILY
...@@ -274,7 +274,7 @@ SfxStyleFamilies DLG_STYLE_DESIGNER ...@@ -274,7 +274,7 @@ SfxStyleFamilies DLG_STYLE_DESIGNER
StyleFamily = SFX_STYLE_FAMILY_PSEUDO ; StyleFamily = SFX_STYLE_FAMILY_PSEUDO ;
FilterList = FilterList =
{ {
< STR_STYLE_FILTER_ALL ; SFXSTYLEBIT_ALL ; > ; < "All Styles" ; SFXSTYLEBIT_ALL ; > ;
}; };
}; };
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment