diff options
author | Oliver Specht <os@openoffice.org> | 2001-03-12 11:30:40 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2001-03-12 11:30:40 +0000 |
commit | 512f8125b31c405352472be38b1a7e699bcb29a2 (patch) | |
tree | 01cb545ca1acab4225943360b639a30cef5dd6be /sw/inc/unomid.h | |
parent | 29110a519d4d246d278aecd256842ec1868e44a8 (diff) |
new property: AnchorFrame
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 25df577902..66ddd915af 100644 --- a/sw/inc/unomid.h +++ b/sw/inc/unomid.h @@ -2,9 +2,9 @@ * * $RCSfile: unomid.h,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: os $ $Date: 2001-03-06 15:46:22 $ + * last change: $Author: os $ $Date: 2001-03-12 12:30:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -85,6 +85,7 @@ #define MID_ANCHOR_ANCHORTYPE 0 #define MID_ANCHOR_PAGENUM 1 +#define MID_ANCHOR_ANCHORFRAME 2 #define MID_URL_HYPERLINKFORMAT 0 #define MID_URL_HYPERLINKNAME 1 |