diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-04-29 07:54:18 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-04-29 07:54:18 +0000 |
commit | d89286087df291f8f188490f959c1d6456a80b5b (patch) | |
tree | c54e41a2cb552d421cd84e258154243ca531ad42 /scp2 | |
parent | 864dee96973d632d864838ec663624c94430b005 (diff) |
INTEGRATION: CWS winregclean1 (1.85.2); FILE MERGED
2005/04/25 16:02:05 jb 1.85.2.1: #121941# Reanimate setofficelang program
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_ooo.scp | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index 2820d9f8128d..5061fdead105 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -240,6 +240,28 @@ End #endif +File gid_File_Bin_Setofficelang + BIN_FILE_BODY; + Dir = gid_Dir_Program; + Styles = (PACKED); + #ifdef UNX + Name = "setofficelang.bin"; + #else + Name = "setofficelang.exe"; + #endif +End + +#ifdef UNX + +File gid_File_Script_Setofficelang + BIN_FILE_BODY; + Dir = gid_Dir_Program; + Styles = (PACKED); + Name = "setofficelang"; +End + +#endif + File gid_File_Bin_Configimport BIN_FILE_BODY; Dir = gid_Dir_Program; |