diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-10 14:02:42 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-10 14:02:42 +0000 |
commit | c4f7dfd5078d936182d4e54d9f7ab726d7e90b54 (patch) | |
tree | e61340148cfb90ef896c70ce169d5c1a539a2b72 | |
parent | 5fe36acb8cc1decb3cdf0d690af799a759387740 (diff) |
INTEGRATION: CWS pchfix04 (1.35.2); FILE MERGED
2007/02/05 12:14:16 os 1.35.2.1: #i73604# usage of ITEMID_* removed
-rw-r--r-- | svx/source/unodraw/UnoGraphicExporter.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/svx/source/unodraw/UnoGraphicExporter.cxx b/svx/source/unodraw/UnoGraphicExporter.cxx index cd826c1286da..daa596cb9c6c 100644 --- a/svx/source/unodraw/UnoGraphicExporter.cxx +++ b/svx/source/unodraw/UnoGraphicExporter.cxx @@ -4,9 +4,9 @@ * * $RCSfile: UnoGraphicExporter.cxx,v $ * - * $Revision: 1.35 $ + * $Revision: 1.36 $ * - * last change: $Author: obo $ $Date: 2007-01-23 09:00:34 $ + * last change: $Author: kz $ $Date: 2007-05-10 15:02:42 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -223,7 +223,6 @@ #include "svdoutl.hxx" #endif -#define ITEMID_FIELD EE_FEATURE_FIELD #ifndef _SVX_FLDITEM_HXX #include "flditem.hxx" #endif |