diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-10 14:35:42 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-10 14:35:42 +0000 |
commit | ff4e27184cbe44824a08feccc2c4e9fe01d8edec (patch) | |
tree | e9fc7a4ce0329c01eb7ba734fe898319402fb924 /sd/source | |
parent | 236e41ec3bdf7c3cd9bdfedde6756aa7108a3032 (diff) |
INTEGRATION: CWS pchfix04 (1.20.6); FILE MERGED
2007/02/05 08:39:04 os 1.20.6.2: #i73604# usage of ITEMID_* removed
2007/01/19 10:49:58 hjs 1.20.6.1: #i73650# warning free with pch
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/view/drviewsi.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sd/source/ui/view/drviewsi.cxx b/sd/source/ui/view/drviewsi.cxx index beca956671f7..c6232aec79b1 100644 --- a/sd/source/ui/view/drviewsi.cxx +++ b/sd/source/ui/view/drviewsi.cxx @@ -4,9 +4,9 @@ * * $RCSfile: drviewsi.cxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: kz $ $Date: 2006-12-12 19:17:08 $ + * last change: $Author: kz $ $Date: 2007-05-10 15:35:42 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -38,7 +38,6 @@ #include "DrawViewShell.hxx" -#define ITEMID_COLOR ATTR_ANIMATION_COLOR #ifndef _XTABLE_HXX #include <svx/xtable.hxx> #endif |