diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 11:20:04 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 11:20:04 +0000 |
commit | 85abbb12e4741333f22a9ee324507579f8b07a5f (patch) | |
tree | 3231d0d2994a08b4d63ecee49434691d6d8075b2 | |
parent | 3b0a741f1c9f098f209cd52b06df01b29a5ba931 (diff) |
INTEGRATION: CWS thumbnail2 (1.2.368); FILE MERGED
2005/03/21 14:44:50 mav 1.2.368.1: #i45081# exchange thumbnail icons
-rw-r--r-- | sfx2/source/doc/graphhelp.src | 39 |
1 files changed, 2 insertions, 37 deletions
diff --git a/sfx2/source/doc/graphhelp.src b/sfx2/source/doc/graphhelp.src index 7df1dc481f80..24f312db039b 100644 --- a/sfx2/source/doc/graphhelp.src +++ b/sfx2/source/doc/graphhelp.src @@ -2,9 +2,9 @@ * * $RCSfile: graphhelp.src,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2004-06-11 09:46:00 $ + * last change: $Author: vg $ $Date: 2005-03-23 12:20:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -66,51 +66,21 @@ Bitmap BMP_SIGNATURE File = "signet.png"; }; -Bitmap BMP_128X128_BASE_DOC -{ - File = "128x128_base_doc-p.png"; -}; - Bitmap BMP_128X128_CALC_DOC { File = "128x128_calc_doc-p.png"; }; -Bitmap BMP_128X128_CALC_TEMP -{ - File = "128x128_calc_temp-p.png"; -}; - -Bitmap BMP_128X128_CHART_DOC -{ - File = "128x128_chart_doc-p.png"; -}; - Bitmap BMP_128X128_DRAW_DOC { File = "128x128_draw_doc-p.png"; }; -Bitmap BMP_128X128_DRAW_TEMP -{ - File = "128x128_draw_temp-p.png"; -}; - Bitmap BMP_128X128_IMPRESS_DOC { File = "128x128_impress_doc-p.png"; }; -Bitmap BMP_128X128_IMPRESS_TEMP -{ - File = "128x128_impress_temp-p.png"; -}; - -Bitmap BMP_128X128_MASTER_DOC -{ - File = "128x128_master_doc-p.png"; -}; - Bitmap BMP_128X128_MATH_DOC { File = "128x128_math_doc-p.png"; @@ -121,8 +91,3 @@ Bitmap BMP_128X128_WRITER_DOC File = "128x128_writer_doc-p.png"; }; -Bitmap BMP_128X128_WRITER_TEMP -{ - File = "128x128_writer_temp-p.png"; -}; - |