From 6ba89caf86a97b9e5bd8f562547554b89d1d23ec Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 10 May 2007 15:42:14 +0000 Subject: INTEGRATION: CWS pchfix04 (1.2.318); FILE MERGED 2007/02/05 08:35:15 os 1.2.318.1: #i73604# usage of ITEMID_* removed --- sc/inc/eetext.hxx | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'sc/inc/eetext.hxx') 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 -- cgit