diff options
author | Carsten Driesner <cd@openoffice.org> | 2002-07-30 14:40:26 +0000 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2002-07-30 14:40:26 +0000 |
commit | 01f8d0ed0e7241154f284f61b6976286f085d169 (patch) | |
tree | 4460f06ce408c7ea0e8c1fe5a96fee058aaf079f /sfx2/source/doc/doc.src | |
parent | 99a0b50f3ce8a43f183ae08378a528382841eb26 (diff) |
#101060# Added new ID's for high contrast bitmaps
Diffstat (limited to 'sfx2/source/doc/doc.src')
-rw-r--r-- | sfx2/source/doc/doc.src | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/sfx2/source/doc/doc.src b/sfx2/source/doc/doc.src index c21dbe6e1711..d804159992c7 100644 --- a/sfx2/source/doc/doc.src +++ b/sfx2/source/doc/doc.src @@ -2,9 +2,9 @@ * * $RCSfile: doc.src,v $ * - * $Revision: 1.56 $ + * $Revision: 1.57 $ * - * last change: $Author: rt $ $Date: 2002-06-10 15:08:32 $ + * last change: $Author: cd $ $Date: 2002-07-30 15:40:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -283,6 +283,10 @@ String STR_QUERY_SAVE_DOCUMENT }; Bitmap BMP_STYLES_CLOSED { File = "newex.bmp" ; }; Bitmap BMP_STYLES_OPENED { File = "newex.bmp" ; }; + +Bitmap BMP_STYLES_CLOSED_HC { File = "newex_h.bmp" ; }; +Bitmap BMP_STYLES_OPENED_HC { File = "newex_h.bmp" ; }; + String STR_STYLES { Text = "Vorlagen" ; @@ -437,6 +441,12 @@ Bitmap BMP_STYLES_FAMILY1 { File = "styfam1.bmp" ; }; Bitmap BMP_STYLES_FAMILY2 { File = "styfam2.bmp" ; }; Bitmap BMP_STYLES_FAMILY3 { File = "styfam3.bmp" ; }; Bitmap BMP_STYLES_FAMILY4 { File = "styfam4.bmp" ; }; + +Bitmap BMP_STYLES_FAMILY1_HC { File = "styfam1_h.bmp" ; }; +Bitmap BMP_STYLES_FAMILY2_HC { File = "styfam2_h.bmp" ; }; +Bitmap BMP_STYLES_FAMILY3_HC { File = "styfam3_h.bmp" ; }; +Bitmap BMP_STYLES_FAMILY4_HC { File = "styfam4_h.bmp" ; }; + ErrorBox MSG_PRINT_ERROR { BUTTONS = WB_OK ; |