diff options
author | Daniel Vogelheim <dvo@openoffice.org> | 2001-01-02 13:29:24 +0000 |
---|---|---|
committer | Daniel Vogelheim <dvo@openoffice.org> | 2001-01-02 13:29:24 +0000 |
commit | 9fba2179673b58e6335dfc17618bb42595ce1b92 (patch) | |
tree | a20065f67fe893f263d9460d5d00aa2ad2c1604d /sw/inc/unomid.h | |
parent | 8218e11fc092b9f505ed9d083860655db52cfaed (diff) |
- added: HyperLinkEvents property for Hyperlink-TextPortion/Cursor
Diffstat (limited to 'sw/inc/unomid.h')
-rw-r--r-- | sw/inc/unomid.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/inc/unomid.h b/sw/inc/unomid.h index e348e5730534..c1f23c36e570 100644 --- a/sw/inc/unomid.h +++ b/sw/inc/unomid.h @@ -2,9 +2,9 @@ * * $RCSfile: unomid.h,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: os $ $Date: 2000-11-08 12:19:40 $ + * last change: $Author: dvo $ $Date: 2001-01-02 14:29:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -94,6 +94,7 @@ #define MID_URL_TARGET 5 #define MID_URL_VISITED_FMT 6 #define MID_URL_UNVISITED_FMT 7 +#define MID_URL_HYPERLINKEVENTS 8 #define MID_CHAIN_PREVNAME 0 #define MID_CHAIN_NEXTNAME 1 |