From 0e71c6eb23bfdec434548fc71aef50d850e23f7e Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 10 May 2007 14:01:21 +0000 Subject: INTEGRATION: CWS pchfix04 (1.37.2); FILE MERGED 2007/02/05 12:14:14 os 1.37.2.1: #i73604# usage of ITEMID_* removed --- svx/source/tbxctrls/grafctrl.cxx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'svx/source/tbxctrls') diff --git a/svx/source/tbxctrls/grafctrl.cxx b/svx/source/tbxctrls/grafctrl.cxx index 032d645ed2d1..4c528b617caf 100644 --- a/svx/source/tbxctrls/grafctrl.cxx +++ b/svx/source/tbxctrls/grafctrl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: grafctrl.cxx,v $ * - * $Revision: 1.37 $ + * $Revision: 1.38 $ * - * last change: $Author: obo $ $Date: 2007-01-23 11:39:36 $ + * last change: $Author: kz $ $Date: 2007-05-10 15:01:21 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -35,9 +35,6 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_svx.hxx" -#define ITEMID_SIZE 0 -#define ITEMID_BRUSH 0 -#define ITEMID_GRF_CROP SID_ATTR_GRAF_CROP #include // HACK: prevent conflict between STLPORT and Workshop headers -- cgit