diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-10 14:36:22 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-10 14:36:22 +0000 |
commit | 14546b8609567f769962bc350ad35dbeeea3d8b3 (patch) | |
tree | 2846ea1f02c512eba00f21069851c340c94aab02 /sd/source | |
parent | d850ff5c7b6038cc55ff4a213ffd67109790f677 (diff) |
INTEGRATION: CWS pchfix04 (1.84.6); FILE MERGED
2007/04/25 22:37:43 hjs 1.84.6.3: RESYNC: (1.84-1.85); FILE MERGED
2007/02/06 07:24:50 os 1.84.6.2: #i73604# eeitemid.hxx removed
2007/02/05 08:39:04 os 1.84.6.1: #i73604# usage of ITEMID_* removed
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/view/outlnvsh.cxx | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/sd/source/ui/view/outlnvsh.cxx b/sd/source/ui/view/outlnvsh.cxx index 528e7050f61a..ce5b12516b1a 100644 --- a/sd/source/ui/view/outlnvsh.cxx +++ b/sd/source/ui/view/outlnvsh.cxx @@ -4,9 +4,9 @@ * * $RCSfile: outlnvsh.cxx,v $ * - * $Revision: 1.85 $ + * $Revision: 1.86 $ * - * last change: $Author: rt $ $Date: 2007-04-03 16:31:47 $ + * last change: $Author: kz $ $Date: 2007-05-10 15:36:22 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -42,7 +42,6 @@ #include <memory> #include "app.hrc" -#define ITEMID_HYPERLINK SID_HYPERLINK_SETLINK #ifndef _SVX_DLG_HYPERLINK_HXX //autogen #include <svx/hyprlink.hxx> #endif @@ -64,7 +63,6 @@ #ifndef _EEITEM_HXX //autogen #include <svx/eeitem.hxx> #endif -#define ITEMID_FIELD EE_FEATURE_FIELD #ifndef _SVX_FLDITEM_HXX //autogen #include <svx/flditem.hxx> #endif @@ -134,9 +132,6 @@ #ifndef _CLIPLISTENER_HXX #include <svtools/cliplistener.hxx> #endif -#ifndef _EEITEMID_HXX -#include <svx/eeitemid.hxx> -#endif #ifndef _SFX_SRCHITEM_HXX #include <sfx2/srchitem.hxx> #endif |