diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-10 14:04:22 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-10 14:04:22 +0000 |
commit | c19cf0e65344d1b4aad7e7d78c86ea2274db8a4c (patch) | |
tree | 589ff0c1a8b03dd1c0b10ded10f30884219266b7 /svx | |
parent | 37aa7c01b9ad9b5b50c31b1a9bf258cc0e2b93a7 (diff) |
INTEGRATION: CWS pchfix04 (1.16.40); FILE MERGED
2007/02/05 12:14:17 os 1.16.40.1: #i73604# usage of ITEMID_* removed
Diffstat (limited to 'svx')
-rw-r--r-- | svx/workben/edittest.cxx | 25 |
1 files changed, 2 insertions, 23 deletions
diff --git a/svx/workben/edittest.cxx b/svx/workben/edittest.cxx index b57bf541acaf..05337007b165 100644 --- a/svx/workben/edittest.cxx +++ b/svx/workben/edittest.cxx @@ -4,9 +4,9 @@ * * $RCSfile: edittest.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: ihi $ $Date: 2006-11-14 13:59:10 $ + * last change: $Author: kz $ $Date: 2007-05-10 15:04:22 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,27 +36,6 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_svx.hxx" -#define ITEMID_FONT 0 -#define ITEMID_POSTURE 0 -#define ITEMID_WEIGHT 0 -#define ITEMID_SHADOWED 0 -#define ITEMID_CONTOUR 0 -#define ITEMID_CROSSEDOUT 0 -#define ITEMID_UNDERLINE 0 -#define ITEMID_FONTHEIGHT 0 -#define ITEMID_FONTWIDTH 0 -#define ITEMID_COLOR 0 -#define ITEMID_ADJUST 0 -#define ITEMID_LINESPACING 0 -#define ITEMID_TABSTOP 0 -#define ITEMID_LRSPACE 0 -#define ITEMID_ULSPACE 0 -#define ITEMID_AUTOKERN 0 -#define ITEMID_KERNING 0 -#define ITEMID_ESCAPEMENT 0 -#define ITEMID_WORDLINEMODE 0 -#define ITEMID_FIELD 0 - #include <editeng.hxx> #include <eeitem.hxx> #include <editview.hxx> |