From 278ebd17eb7771fdf6b0cf275d2f5fa9b906c377 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Fri, 7 Mar 2008 10:23:30 +0000 Subject: [PATCH] INTEGRATION: CWS odff02 (1.27.30); FILE MERGED 2008/02/29 23:55:45 er 1.27.30.2: #i86514# prepare functions EUROCONVERT and NUMBERVALUE, suppressed 2008/02/29 21:13:32 er 1.27.30.1: #i86514# prepare functions UNICODE and UNICHAR, suppressed --- sc/util/hidother.src | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/sc/util/hidother.src b/sc/util/hidother.src index 59c9f139a503..3f41028692dd 100644 --- a/sc/util/hidother.src +++ b/sc/util/hidother.src @@ -4,9 +4,9 @@ * * $RCSfile: hidother.src,v $ * - * $Revision: 1.27 $ + * $Revision: 1.28 $ * - * last change: $Author: ihi $ $Date: 2008-02-05 15:49:29 $ + * last change: $Author: kz $ $Date: 2008-03-07 11:23:30 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -390,6 +390,10 @@ hidspecial HID_FUNC_INFO { HelpID = HID_FUNC_INFO; }; hidspecial HID_FUNC_BAHTTEXT { HelpID = HID_FUNC_BAHTTEXT; }; hidspecial HID_FUNC_JIS { HelpID = HID_FUNC_JIS; }; hidspecial HID_FUNC_ASC { HelpID = HID_FUNC_ASC; }; +hidspecial HID_FUNC_UNICODE { HelpID = HID_FUNC_UNICODE; }; +hidspecial HID_FUNC_UNICHAR { HelpID = HID_FUNC_UNICHAR; }; +hidspecial HID_FUNC_EUROCONVERT { HelpID = HID_FUNC_EUROCONVERT; }; +hidspecial HID_FUNC_NUMBERVALUE { HelpID = HID_FUNC_NUMBERVALUE; }; // ... and from Analysis Addin