diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-10 14:08:10 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-10 14:08:10 +0000 |
commit | ac6572677c692ef73c52cef86092205e9f2f8cf1 (patch) | |
tree | 1bd8cccc18751984afb2e582d49736c1e841a67c /extensions | |
parent | e80245bc04e8bb43cd556c90f6cab484996372dd (diff) |
INTEGRATION: CWS pchfix04 (1.24.58); FILE MERGED
2007/02/05 08:44:05 os 1.24.58.1: #i73604# usage of ITEMID_* removed
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/propctrlr/standardcontrol.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/standardcontrol.cxx b/extensions/source/propctrlr/standardcontrol.cxx index 910d70f3b69c..c06d5db334ab 100644 --- a/extensions/source/propctrlr/standardcontrol.cxx +++ b/extensions/source/propctrlr/standardcontrol.cxx @@ -4,9 +4,9 @@ * * $RCSfile: standardcontrol.cxx,v $ * - * $Revision: 1.25 $ + * $Revision: 1.26 $ * - * last change: $Author: kz $ $Date: 2007-05-10 10:50:15 $ + * last change: $Author: kz $ $Date: 2007-05-10 15:08:10 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -76,7 +76,6 @@ #ifndef _SVX_SVXIDS_HRC #include <svx/svxids.hrc> #endif -#define ITEMID_COLOR_TABLE SID_COLOR_TABLE #ifndef _SVX_DRAWITEM_HXX #include <svx/drawitem.hxx> #endif |