diff options
author | Michael Brauer <mib@openoffice.org> | 2001-01-15 10:00:22 +0000 |
---|---|---|
committer | Michael Brauer <mib@openoffice.org> | 2001-01-15 10:00:22 +0000 |
commit | ce62214f52ceff60e8bd9c17288838d0819d307a (patch) | |
tree | 57d4291e7a989d83da17246cc9175e158f508a0f /sw/inc/unomid.h | |
parent | 0cd3f843407ae964a74bfabd5bc35ee87a6ff499 (diff) |
#81708#: new frame size properties and XML attributes
Diffstat (limited to 'sw/inc/unomid.h')
-rw-r--r-- | sw/inc/unomid.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/inc/unomid.h b/sw/inc/unomid.h index c1f23c36e570..199ee8909146 100644 --- a/sw/inc/unomid.h +++ b/sw/inc/unomid.h @@ -2,9 +2,9 @@ * * $RCSfile: unomid.h,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: dvo $ $Date: 2001-01-02 14:29:21 $ + * last change: $Author: mib $ $Date: 2001-01-15 11:00:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -119,6 +119,9 @@ #define MID_FRMSIZE_FIX_HEIGHT 9 #define MID_FRMSIZE_COL_WIDTH 10 #define MID_FRMSIZE_REL_COL_WIDTH 11 +/* UNO */ +#define MID_FRMSIZE_IS_SYNC_WIDTH_TO_HEIGHT 12 +#define MID_FRMSIZE_IS_SYNC_HEIGHT_TO_WIDTH 13 #define MID_COLUMNS 0 #define MID_COLUMN_SEPARATOR_LINE 1 |