diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-07-03 14:57:53 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-07-03 14:57:53 +0000 |
commit | 359a7d65388c5b6748e3e9104ee7d566a1b00baf (patch) | |
tree | dff6adb63bbb9fc33a9dbe60787da900096efc17 /sc/util | |
parent | a4d3e6c7ed1cd9e854ac7936411a2423207fb55e (diff) |
INTEGRATION: CWS dr54 (1.24.222); FILE MERGED
2007/06/07 12:18:59 er 1.24.222.1: #i70213# JIS and ASC spreadsheet functions, fullwidth/halfwidth katakana conversion
Diffstat (limited to 'sc/util')
-rw-r--r-- | sc/util/hidother.src | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/util/hidother.src b/sc/util/hidother.src index eae7619b6b1c..f28c8dcc2eb8 100644 --- a/sc/util/hidother.src +++ b/sc/util/hidother.src @@ -4,9 +4,9 @@ * * $RCSfile: hidother.src,v $ * - * $Revision: 1.25 $ + * $Revision: 1.26 $ * - * last change: $Author: hr $ $Date: 2007-06-27 13:46:29 $ + * last change: $Author: rt $ $Date: 2007-07-03 15:57:53 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -387,6 +387,8 @@ hidspecial HID_FUNC_ROEMISCH { HelpID = HID_FUNC_ROEMISCH; }; hidspecial HID_FUNC_ARABISCH { HelpID = HID_FUNC_ARABISCH; }; 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; }; // ... and from Analysis Addin |