diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-02-19 10:59:56 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-02-19 10:59:56 +0000 |
commit | 1736fd631fa4421edddf78977a41790727e4e1ad (patch) | |
tree | fc79e4e14eac7e6d1027e26759d95bbbefe241d5 /scp2 | |
parent | b1ceb058437918ee8bbeb5a2413288927638c913 (diff) |
INTEGRATION: CWS native131_SRC680 (1.226.30.1.4); FILE MERGED
2008/02/04 17:08:08 is 1.226.30.1.4.1: #i79970# soffice.bin.manifest for OOo
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_ooo.scp | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index 41b02f4cd1f3..2266e352e60b 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -4,9 +4,9 @@ * * $RCSfile: file_ooo.scp,v $ * - * $Revision: 1.228 $ + * $Revision: 1.229 $ * - * last change: $Author: vg $ $Date: 2008-02-12 14:07:44 $ + * last change: $Author: rt $ $Date: 2008-02-19 11:59:56 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -345,16 +345,14 @@ File gid_File_Bin_Soffice_Bin End // use this for high detail file open dialog >= 5.1 windows -// #ifdef WNT -// -// File gid_File_Soffice_Bin_Manifest -// TXT_FILE_BODY; -// Styles = (PACKED, PATCH); -// Dir = gid_Dir_Program; -// Name = "soffice.bin.manifest"; -// End -// -// #endif +#ifdef WNT +File gid_File_Soffice_Bin_Manifest + TXT_FILE_BODY; + Styles = (PACKED, PATCH); + Dir = gid_Dir_Program; + Name = "soffice.bin.manifest"; +End +#endif #ifdef UNX |