diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-10 14:28:41 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-10 14:28:41 +0000 |
commit | ae72b9508736941b2379b3c0eeb163e8c6046591 (patch) | |
tree | 2d155c1d4013bded46acc82e8115999475a7f04a /sd/source/ui/docshell/grdocsh.cxx | |
parent | d984ec4ce5d3fbc2cab0d8e5f98e1b6285535965 (diff) |
INTEGRATION: CWS pchfix04 (1.11.6); FILE MERGED
2007/02/05 08:38:57 os 1.11.6.2: #i73604# usage of ITEMID_* removed
2007/01/19 10:49:56 hjs 1.11.6.1: #i73650# warning free with pch
Diffstat (limited to 'sd/source/ui/docshell/grdocsh.cxx')
-rw-r--r-- | sd/source/ui/docshell/grdocsh.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sd/source/ui/docshell/grdocsh.cxx b/sd/source/ui/docshell/grdocsh.cxx index 0575c2456e18..51e6d9103098 100644 --- a/sd/source/ui/docshell/grdocsh.cxx +++ b/sd/source/ui/docshell/grdocsh.cxx @@ -4,9 +4,9 @@ * * $RCSfile: grdocsh.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: kz $ $Date: 2006-12-12 17:13:05 $ + * last change: $Author: kz $ $Date: 2007-05-10 15:28:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -39,7 +39,6 @@ #ifndef _SVXIDS_HRC #include <svx/svxids.hrc> #endif -#define ITEMID_SEARCH SID_SEARCH_ITEM #ifndef _SFXAPP_HXX #include <sfx2/app.hxx> #endif |