diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-10 14:00:13 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-10 14:00:13 +0000 |
commit | a2c68721eb1d874f7a4974b0793b773c8bf63f4e (patch) | |
tree | 4189ba930ed7c35641e6dfc0e653fd0c9e94259c /svx | |
parent | 8056ec9c75014f878aa2534615b77dedd11a7bcf (diff) |
INTEGRATION: CWS pchfix04 (1.27.86); FILE MERGED
2007/02/05 12:14:13 os 1.27.86.1: #i73604# usage of ITEMID_* removed
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/svrtf/svxrtf.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/svx/source/svrtf/svxrtf.cxx b/svx/source/svrtf/svxrtf.cxx index 0e66a441ab70..0e7016646896 100644 --- a/svx/source/svrtf/svxrtf.cxx +++ b/svx/source/svrtf/svxrtf.cxx @@ -4,9 +4,9 @@ * * $RCSfile: svxrtf.cxx,v $ * - * $Revision: 1.27 $ + * $Revision: 1.28 $ * - * last change: $Author: obo $ $Date: 2006-10-12 13:18:08 $ + * last change: $Author: kz $ $Date: 2007-05-10 15:00:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -38,9 +38,6 @@ /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil -*- */ -#define ITEMID_FONT 0 -#define ITEMID_COLOR 0 -#define ITEMID_SCRIPTSPACE 0 #include <ctype.h> |