diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-10 14:01:21 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-10 14:01:21 +0000 |
commit | 0e71c6eb23bfdec434548fc71aef50d850e23f7e (patch) | |
tree | 3865496627b13007c4d14c3c0bfa81be21d0c387 /svx/source/tbxctrls | |
parent | bab7d0ca3e058962d9e83b6ad1de3dc79de9a0f6 (diff) |
INTEGRATION: CWS pchfix04 (1.37.2); FILE MERGED
2007/02/05 12:14:14 os 1.37.2.1: #i73604# usage of ITEMID_* removed
Diffstat (limited to 'svx/source/tbxctrls')
-rw-r--r-- | svx/source/tbxctrls/grafctrl.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
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 <string> // HACK: prevent conflict between STLPORT and Workshop headers |