summaryrefslogtreecommitdiff
path: root/sc/inc/scfuncs.hrc
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-07-03 14:46:36 +0000
committerRüdiger Timm <rt@openoffice.org>2007-07-03 14:46:36 +0000
commit536c70880a8a15b5e16973d8353f13c320f55648 (patch)
tree328d3626339aa338dde186567a60767c960a8a65 /sc/inc/scfuncs.hrc
parentb6ca76aba28b52e28b77761890953f1389dc721e (diff)
INTEGRATION: CWS dr54 (1.10.222); FILE MERGED
2007/06/07 12:18:55 er 1.10.222.1: #i70213# JIS and ASC spreadsheet functions, fullwidth/halfwidth katakana conversion
Diffstat (limited to 'sc/inc/scfuncs.hrc')
-rw-r--r--sc/inc/scfuncs.hrc7
1 files changed, 4 insertions, 3 deletions
diff --git a/sc/inc/scfuncs.hrc b/sc/inc/scfuncs.hrc
index 703733634c8d..68bc64162a26 100644
--- a/sc/inc/scfuncs.hrc
+++ b/sc/inc/scfuncs.hrc
@@ -4,9 +4,9 @@
*
* $RCSfile: scfuncs.hrc,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 13:42:50 $
+ * last change: $Author: rt $ $Date: 2007-07-03 15:46:36 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -329,4 +329,5 @@
#define HID_FUNC_ROEMISCH (HID_SC_FUNC_DUMMY+(ID_FUNCTION_GRP_TEXT*ID_FUNCTION_OFFSET)+26)
#define HID_FUNC_ARABISCH (HID_SC_FUNC_DUMMY+(ID_FUNCTION_GRP_TEXT*ID_FUNCTION_OFFSET)+27)
#define HID_FUNC_BAHTTEXT (HID_SC_FUNC_DUMMY+(ID_FUNCTION_GRP_TEXT*ID_FUNCTION_OFFSET)+28)
-
+#define HID_FUNC_JIS (HID_SC_FUNC_DUMMY+(ID_FUNCTION_GRP_TEXT*ID_FUNCTION_OFFSET)+29)
+#define HID_FUNC_ASC (HID_SC_FUNC_DUMMY+(ID_FUNCTION_GRP_TEXT*ID_FUNCTION_OFFSET)+30)