diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-10 14:29:45 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-10 14:29:45 +0000 |
commit | a8431d44c7edbd718ad014bcc6667cee8a176f0d (patch) | |
tree | ae58d63c1e598eead287033f91af05c6403451be /sd | |
parent | a5b1b8b05dc062cd480cb52a5c70111f3bf5d2cc (diff) |
INTEGRATION: CWS pchfix04 (1.31.6); FILE MERGED
2007/02/05 08:38:58 os 1.31.6.1: #i73604# usage of ITEMID_* removed
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/func/fudraw.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sd/source/ui/func/fudraw.cxx b/sd/source/ui/func/fudraw.cxx index 24904c530fdd..7fe1a27e6270 100644 --- a/sd/source/ui/func/fudraw.cxx +++ b/sd/source/ui/func/fudraw.cxx @@ -4,9 +4,9 @@ * * $RCSfile: fudraw.cxx,v $ * - * $Revision: 1.31 $ + * $Revision: 1.32 $ * - * last change: $Author: kz $ $Date: 2006-12-13 17:55:48 $ + * last change: $Author: kz $ $Date: 2007-05-10 15:29:45 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -45,7 +45,6 @@ #include <vcl/waitobj.hxx> #endif -#define ITEMID_FIELD EE_FEATURE_FIELD #include <svx/flditem.hxx> #ifndef _SVDOGRP_HXX //autogen #include <svx/svdogrp.hxx> |