diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-29 13:19:50 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-29 13:19:50 +0000 |
commit | bc1b4a5f0b6f3c0f18d63965e36b7df825e48b98 (patch) | |
tree | 46b34918155f8b1d62fba5bf75f359ac0e837172 /sd/source/ui/docshell | |
parent | 107688bc46c2f53de55548fc8da3c6a08340ecad (diff) |
INTEGRATION: CWS rt16 (1.38.76); FILE MERGED
2006/08/08 12:17:08 rt 1.38.76.1: #i68214# Obsolete svx headers removed
Diffstat (limited to 'sd/source/ui/docshell')
-rw-r--r-- | sd/source/ui/docshell/docshell.cxx | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/sd/source/ui/docshell/docshell.cxx b/sd/source/ui/docshell/docshell.cxx index 71edc573bbeb..9302b90c8ce0 100644 --- a/sd/source/ui/docshell/docshell.cxx +++ b/sd/source/ui/docshell/docshell.cxx @@ -4,9 +4,9 @@ * * $RCSfile: docshell.cxx,v $ * - * $Revision: 1.39 $ + * $Revision: 1.40 $ * - * last change: $Author: ihi $ $Date: 2006-08-22 14:00:08 $ + * last change: $Author: ihi $ $Date: 2006-08-29 14:19:50 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -57,15 +57,12 @@ #ifndef _SVXIDS_HRC #include <svx/svxids.hrc> #endif -#ifndef _SVX_SRCHITEM_HXX -#include <svx/srchitem.hxx> +#ifndef _SFX_SRCHITEM_HXX +#include <sfx2/srchitem.hxx> #endif #ifndef _SVX_SRCHDLG_HXX #include <svx/srchdlg.hxx> #endif -#ifndef _SVX_SVXIFACT_HXX -#include <svx/svxifact.hxx> -#endif #ifndef _SVX_FLSTITEM_HXX #include <svx/flstitem.hxx> #endif |