summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2011-03-21 15:01:58 +0100
committerMathias Bauer <mba@openoffice.org>2011-03-21 15:01:58 +0100
commit923962dd1d43910471a3d8dccff4f7c92994cedb (patch)
tree522e3144a9eb37b600fb34a9d2e16449e8f427a2 /sd
parent258953acec40b78c96c0b30c826d85a828000700 (diff)
CWS fwk167: #i117366# - move resources from sfx2 to sd and sc
Diffstat (limited to 'sd')
-rwxr-xr-xsd/source/ui/app/res_bmp.src21
1 files changed, 17 insertions, 4 deletions
diff --git a/sd/source/ui/app/res_bmp.src b/sd/source/ui/app/res_bmp.src
index 0901e53df0ed..be6c9258fec2 100755
--- a/sd/source/ui/app/res_bmp.src
+++ b/sd/source/ui/app/res_bmp.src
@@ -403,6 +403,19 @@ Image IMG_REMOVEALLBMP_H
#define SfxStyleFamiliesRes2\
Text [ en-US ] = "Presentation Styles" ;\
+String STR_STYLE_FILTER_USED
+{
+ Text [ en-US ] = "Applied Styles" ;
+};
+String STR_STYLE_FILTER_USERDEF
+{
+ Text [ en-US ] = "Custom Styles" ;
+};
+String STR_STYLE_FILTER_ALL
+{
+ Text [ en-US ] = "All Styles" ;
+};
+
SfxStyleFamilies DLG_STYLE_DESIGNER
{
StyleFamilyList =
@@ -413,9 +426,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 ; > ;
};
};
SfxStyleFamilyItem RID_PRESENTATIONSTYLEFAMILY
@@ -424,7 +437,7 @@ SfxStyleFamilies DLG_STYLE_DESIGNER
StyleFamily = SFX_STYLE_FAMILY_PSEUDO ;
FilterList =
{
- < STR_STYLE_FILTER_ALL ; SFXSTYLEBIT_ALL ; > ;
+ < "All Styles" ; SFXSTYLEBIT_ALL ; > ;
};
};
};