diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-05-19 02:23:33 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-05-19 02:23:33 +0000 |
commit | 0567c78fd43e830fbe11d56e72e86d7ba935b5f0 (patch) | |
tree | a3e63cc28800e1eb32144555bfbe8a4f6d94bd83 /sc/source/ui/dbgui/outline.src | |
parent | b9b93d5efa43854409bd5a1c5784a564c593f02f (diff) |
INTEGRATION: CWS bmpres01 (1.6.364); FILE MERGED
2004/04/27 14:32:00 ka 1.6.364.1: using new resource structure for images
Diffstat (limited to 'sc/source/ui/dbgui/outline.src')
-rw-r--r-- | sc/source/ui/dbgui/outline.src | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/dbgui/outline.src b/sc/source/ui/dbgui/outline.src index 14bbddb6c463..27806de22d61 100644 --- a/sc/source/ui/dbgui/outline.src +++ b/sc/source/ui/dbgui/outline.src @@ -2,9 +2,9 @@ * * $RCSfile: outline.src,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: dr $ $Date: 2002-08-14 12:22:40 $ + * last change: $Author: kz $ $Date: 2004-05-19 03:23:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -71,14 +71,14 @@ ImageList RID_OUTLINEBITMAPS { - ImageBitmap = Bitmap { File = "outline.bmp" ; }; + Prefix = "ou"; MaskColor = STD_MASKCOLOR; OUTLINE_ID_LIST }; ImageList RID_OUTLINEBITMAPS_H { - ImageBitmap = Bitmap { File = "outline_h.bmp" ; }; + Prefix = "ouh"; MaskColor = SC_HC_MASKCOLOR; OUTLINE_ID_LIST }; |