diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-10 13:59:46 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-10 13:59:46 +0000 |
commit | cb56b7cbf1a0a796dfaefb0bb59ba233a28fafe9 (patch) | |
tree | b1f623313d55eaab85282fe77e5be2010ecdeeb9 | |
parent | 41927befeccac033626ae39223a185a08c1ac9ca (diff) |
INTEGRATION: CWS pchfix04 (1.20.38); FILE MERGED
2007/02/05 12:14:13 os 1.20.38.1: #i73604# usage of ITEMID_* removed
-rw-r--r-- | svx/source/svdraw/svdview.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/svx/source/svdraw/svdview.cxx b/svx/source/svdraw/svdview.cxx index 99ddbd13d25d..a02f87858efd 100644 --- a/svx/source/svdraw/svdview.cxx +++ b/svx/source/svdraw/svdview.cxx @@ -4,9 +4,9 @@ * * $RCSfile: svdview.cxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: kz $ $Date: 2007-05-09 13:33:25 $ + * last change: $Author: kz $ $Date: 2007-05-10 14:59:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -58,7 +58,6 @@ #include "svdoutl.hxx" #include "svdview.hxx" #include "editview.hxx" // fuer GetField -#define ITEMID_FIELD EE_FEATURE_FIELD /* wird fuer #include <flditem.hxx> benoetigt */ #include "flditem.hxx" // fuer URLField #include "obj3d.hxx" #include "svddrgmt.hxx" |