summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2011-03-28 17:00:24 +0200
committerIvo Hinkelmann <ihi@openoffice.org>2011-03-28 17:00:24 +0200
commite2fac33523d0d9a53fa6602dfbf11e0d246982ee (patch)
tree63e3b3555566a8a4d8d1535c5d242c117ed40860 /sd
parent04e84cf2abe39bcfbf6f28ae0311bb8a6788a210 (diff)
parent52090913e44d51bcc49ff1a8f3c8fe6c39e6b219 (diff)
CWS-TOOLING: integrate CWS fwk167
Diffstat (limited to 'sd')
-rwxr-xr-xsd/source/ui/app/res_bmp.src15
1 files changed, 14 insertions, 1 deletions
diff --git a/sd/source/ui/app/res_bmp.src b/sd/source/ui/app/res_bmp.src
index 0901e53df0ed..52a988f08aa6 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 =
@@ -492,4 +505,4 @@ Bitmap BMP_COMMENTS_INDICATOR
Bitmap BMP_COMMENTS_INDICATOR_H
{
File = "comments_indicator_hc.bmp";
-}; \ No newline at end of file
+};