diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-02-12 13:32:32 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-02-12 13:32:32 +0000 |
commit | 70779535273fd9ba422c248fc381b2976b18b93c (patch) | |
tree | 1353f5442769ec9252bc47cb872624fe973759c8 /sw/inc/hintids.hxx | |
parent | 8d860e1fc408ca6598bd6eb05a2b6e82641ab98f (diff) |
INTEGRATION: CWS swqbf96_SRC680 (1.31.96); FILE MERGED
2007/02/05 10:13:19 fme 1.31.96.1: #i74125# Alien attributes - RES_TXTATR_UNKNOWN_CONTAINER has to be in the auto style range
Diffstat (limited to 'sw/inc/hintids.hxx')
-rw-r--r-- | sw/inc/hintids.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/inc/hintids.hxx b/sw/inc/hintids.hxx index 47955a3e753b..1b5cdd7d2de1 100644 --- a/sw/inc/hintids.hxx +++ b/sw/inc/hintids.hxx @@ -4,9 +4,9 @@ * * $RCSfile: hintids.hxx,v $ * - * $Revision: 1.31 $ + * $Revision: 1.32 $ * - * last change: $Author: rt $ $Date: 2006-12-01 15:32:21 $ + * last change: $Author: kz $ $Date: 2007-02-12 14:32:32 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -418,6 +418,8 @@ extern USHORT __FAR_DATA aTableBoxSetRange[]; extern USHORT __FAR_DATA aFrmFmtSetRange[]; // AttrSet-Range fuer die SwCharFmt extern USHORT __FAR_DATA aCharFmtSetRange[]; +// AttrSet-Range fuer die character autostyles +extern USHORT __FAR_DATA aCharAutoFmtSetRange[]; // AttrSet-Range fuer die SwPageDescFmt extern USHORT __FAR_DATA aPgFrmFmtSetRange[]; |