diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-10 15:42:14 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-10 15:42:14 +0000 |
commit | 6ba89caf86a97b9e5bd8f562547554b89d1d23ec (patch) | |
tree | 6468a87fa27c8e4852d6508f1812b7418660517d /sc/inc/eetext.hxx | |
parent | 05517c00ddb0f141ea4d036489863872b060982b (diff) |
INTEGRATION: CWS pchfix04 (1.2.318); FILE MERGED
2007/02/05 08:35:15 os 1.2.318.1: #i73604# usage of ITEMID_* removed
Diffstat (limited to 'sc/inc/eetext.hxx')
-rw-r--r-- | sc/inc/eetext.hxx | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/sc/inc/eetext.hxx b/sc/inc/eetext.hxx index 6d946e1cdc6f..c6201cc1ebd5 100644 --- a/sc/inc/eetext.hxx +++ b/sc/inc/eetext.hxx @@ -4,9 +4,9 @@ * * $RCSfile: eetext.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-08 17:38:59 $ + * last change: $Author: kz $ $Date: 2007-05-10 16:42:14 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,16 +36,6 @@ #ifndef SC_EETEXT_HXX #define SC_EETEXT_HXX -// hier nur Items, die nicht in scitems.hxx sind! - -#define ITEMID_HYPHENZONE SID_ATTR_PARA_HYPHENZONE -#define ITEMID_FMTBREAK SID_ATTR_PARA_PAGEBREAK -#define ITEMID_FMTSPLIT SID_ATTR_PARA_SPLIT -#define ITEMID_WIDOWS SID_ATTR_PARA_WIDOWS -#define ITEMID_ORPHANS SID_ATTR_PARA_ORPHANS - -#define ITEMID_LINESPACING SID_ATTR_CHAR_FONTLIST - #endif |