diff options
author | Oliver Specht <os@openoffice.org> | 2002-03-27 07:50:32 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2002-03-27 07:50:32 +0000 |
commit | 50137c77741a9390d1094226004cf5a5ae7c1712 (patch) | |
tree | b44df8712c770c0126cb122234aa27603e6afa99 /sc/source/ui/dbgui/outline.src | |
parent | 100f1c9b0409163266f64f8eb33e7e0c683e3e14 (diff) |
#98312# naming convention of ImageLists changed
Diffstat (limited to 'sc/source/ui/dbgui/outline.src')
-rw-r--r-- | sc/source/ui/dbgui/outline.src | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/dbgui/outline.src b/sc/source/ui/dbgui/outline.src index 79e48e74406f..f7b19b6ecd8e 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.3 $ + * $Revision: 1.4 $ * - * last change: $Author: tbe $ $Date: 2000-11-10 15:58:09 $ + * last change: $Author: os $ $Date: 2002-03-27 08:48:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -67,7 +67,7 @@ ImageList RID_OUTLINEBITMAPS { - ImageBitmap = Bitmap { File = "outline.bmp" ; }; + ImageBitmap = Bitmap { File = "ou_tline.bmp" ; }; IdList = { 1 ; 2 ; 3 ; 4 ; 5 ; 6 ; 7 ; 8 ; 9 ; 10 ; }; IdCount = { 10 ; }; }; |