diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-07 15:24:15 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-07 15:24:15 +0000 |
commit | 299258c8f6625528cd9cb19de6c0950984cbb47e (patch) | |
tree | d0a0e4493a9569c53b66003ba032a55159f2a2a3 /sw/inc | |
parent | 2cb79089bf0fe44f820edc14a0dec6ba99b87346 (diff) |
INTEGRATION: CWS cjksp1_DEV300 (1.16.774); FILE MERGED
2007/11/11 03:11:00 pflin 1.16.774.3: not write layout-grid-standard-mode inside the <style:page-layout>
2007/10/23 06:03:38 pflin 1.16.774.2: RESYNC: (1.16-1.17); FILE MERGED
2007/04/23 08:01:32 pflin 1.16.774.1: Text grid enhancement: grid layout refactor
Diffstat (limited to 'sw/inc')
-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 b315ac449c..b78ea79941 100644 --- a/sw/inc/unomid.h +++ b/sw/inc/unomid.h @@ -4,9 +4,9 @@ * * $RCSfile: unomid.h,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: hr $ $Date: 2007-09-27 08:15:55 $ + * last change: $Author: kz $ $Date: 2008-03-07 16:24:15 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -140,6 +140,9 @@ #define MID_GRID_RUBY_BELOW 5 #define MID_GRID_PRINT 6 #define MID_GRID_DISPLAY 7 +#define MID_GRID_BASEWIDTH 8 +#define MID_GRID_SNAPTOCHARS 9 +#define MID_GRID_STANDARD_MODE 10 //SwEnvItem #define MID_ENV_ADDR_TEXT 1 |