diff options
author | Peter Burow <pb@openoffice.org> | 2001-12-18 13:50:23 +0000 |
---|---|---|
committer | Peter Burow <pb@openoffice.org> | 2001-12-18 13:50:23 +0000 |
commit | 69cb26a71d51d9350911e671d49dcab70f496387 (patch) | |
tree | 391b1b95ff8022593e7811c3e13e6d685e044129 /svx/source/inc/hyperdlg.hrc | |
parent | 88ba3024eda27f3a1d604a658365473ba5a31bc2 (diff) |
fix: #95990# full width katakana
Diffstat (limited to 'svx/source/inc/hyperdlg.hrc')
-rw-r--r-- | svx/source/inc/hyperdlg.hrc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/svx/source/inc/hyperdlg.hrc b/svx/source/inc/hyperdlg.hrc index bbbba33f4d23..d6c8906091b6 100644 --- a/svx/source/inc/hyperdlg.hrc +++ b/svx/source/inc/hyperdlg.hrc @@ -2,9 +2,9 @@ * * $RCSfile: hyperdlg.hrc,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:01:20 $ + * last change: $Author: pb $ $Date: 2001-12-18 14:49:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -122,3 +122,7 @@ #define ED_TEXT 38 #define BTN_SCRIPT 39 +#define COL_OLD 54 +#define COL_2 63 +#define COL_DIFF (COL_2 - COL_OLD) + |