diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-09 12:22:37 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-09 12:22:37 +0000 |
commit | be94df97efec81414145d4c51686b8480e0ee4d5 (patch) | |
tree | 6f9370d31cded87cddaf09e7fdae53f9e388d22a /scp2/source/calc | |
parent | f96fde28a59499aec1599a2454cc6415e6720c3c (diff) |
INTEGRATION: CWS hro15_SRC680 (1.32.172); FILE MERGED
2007/05/04 09:24:44 hro 1.32.172.1: #i59251 Enable Unicode support in wrapper executables used for Windows shell integration. Patch flag added
Diffstat (limited to 'scp2/source/calc')
-rw-r--r-- | scp2/source/calc/file_calc.scp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scp2/source/calc/file_calc.scp b/scp2/source/calc/file_calc.scp index d99c5e155675..aed9b136a436 100644 --- a/scp2/source/calc/file_calc.scp +++ b/scp2/source/calc/file_calc.scp @@ -4,9 +4,9 @@ * * $RCSfile: file_calc.scp,v $ * - * $Revision: 1.32 $ + * $Revision: 1.33 $ * - * last change: $Author: vg $ $Date: 2006-11-01 13:52:32 $ + * last change: $Author: kz $ $Date: 2007-05-09 13:22:37 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -177,7 +177,7 @@ File gid_File_Exe_Scalc BIN_FILE_BODY; Dir = gid_Dir_Program; Name = EXENAME(scalc); - Styles = (PACKED); + Styles = (PACKED, PATCH); End #if defined UNX && ! defined MACOSX |