diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-11-06 13:44:16 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-11-06 13:44:16 +0000 |
commit | 6d8ca24a10a199a9af398096ff7673e1a6e3dba9 (patch) | |
tree | 369f267c5c1c8e9db635981a448c9a5ae17bb37b /scp2 | |
parent | ca026cea0c16d7a2e4c2041995ef125738e591ca (diff) |
INTEGRATION: CWS shellfix05 (1.169.14); FILE MERGED
2006/10/30 14:55:59 obr 1.169.14.1: #b6487608# added missing patch flag for senddoc on unix
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_ooo.scp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index 16ca381375f6..2dc91ab27632 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.171 $ + * $Revision: 1.172 $ * - * last change: $Author: vg $ $Date: 2006-11-01 13:53:33 $ + * last change: $Author: kz $ $Date: 2006-11-06 14:44:16 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -409,11 +409,12 @@ End File gid_File_Bin_Senddoc BIN_FILE_BODY; Dir = gid_Dir_Program; - Styles = (PACKED); #ifdef UNX Name = "senddoc"; + Styles = (PACKED,PATCH); #else Name = "senddoc.exe"; + Styles = (PACKED); #endif End |