diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-10 14:00:53 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-10 14:00:53 +0000 |
commit | 72661186bdbe4c95c248f8df4cab7eb272ee1f4b (patch) | |
tree | 2487807626b6f6a20e32824aa5484b55f59a6531 /svx | |
parent | 03e1c0887d29e8f624808d110681eb2d522c108c (diff) |
INTEGRATION: CWS pchfix04 (1.16.14); FILE MERGED
2007/02/05 12:14:14 os 1.16.14.1: #i73604# usage of ITEMID_* removed
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/tbxctrls/fillctrl.cxx | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/svx/source/tbxctrls/fillctrl.cxx b/svx/source/tbxctrls/fillctrl.cxx index 1a98b7a56313..704a628f85c9 100644 --- a/svx/source/tbxctrls/fillctrl.cxx +++ b/svx/source/tbxctrls/fillctrl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: fillctrl.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: kz $ $Date: 2006-12-12 16:02:52 $ + * last change: $Author: kz $ $Date: 2007-05-10 15:00:53 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -56,11 +56,6 @@ #include "dialogs.hrc" -#define ITEMID_COLOR_TABLE SID_COLOR_TABLE -#define ITEMID_GRADIENT_LIST SID_GRADIENT_LIST -#define ITEMID_HATCH_LIST SID_HATCH_LIST -#define ITEMID_BITMAP_LIST SID_BITMAP_LIST - #define DELAY_TIMEOUT 300 #define TMP_STR_BEGIN '[' |