diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-10 14:00:40 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-10 14:00:40 +0000 |
commit | 03e1c0887d29e8f624808d110681eb2d522c108c (patch) | |
tree | ed9b16f7d7a0db7e77b3f9b474b3044d6432badb | |
parent | 35063d1db06fd2bd69b433c3d5f5167c5fd093f0 (diff) |
INTEGRATION: CWS pchfix04 (1.12.86); FILE MERGED
2007/02/05 12:14:14 os 1.12.86.1: #i73604# usage of ITEMID_* removed
-rw-r--r-- | svx/source/tbxctrls/extrusioncontrols.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/svx/source/tbxctrls/extrusioncontrols.cxx b/svx/source/tbxctrls/extrusioncontrols.cxx index a0113f6ad034..0eaa175adb3e 100644 --- a/svx/source/tbxctrls/extrusioncontrols.cxx +++ b/svx/source/tbxctrls/extrusioncontrols.cxx @@ -4,9 +4,9 @@ * * $RCSfile: extrusioncontrols.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: obo $ $Date: 2006-10-12 13:19:35 $ + * last change: $Author: kz $ $Date: 2007-05-10 15:00:40 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -61,11 +61,9 @@ #ifndef _SFXINTITEM_HXX #include <svtools/intitem.hxx> #endif -#define ITEMID_COLOR 0 #ifndef _SVX_COLRITEM_HXX #include "colritem.hxx" #endif -#define ITEMID_DOUBLE 0 #ifndef _SVX_CHRTITEM_HXX #include "chrtitem.hxx" #endif |