diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-29 13:18:07 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-29 13:18:07 +0000 |
commit | 02d84cfe1144aa3a2ac74f649b72afc1f9aa4d0e (patch) | |
tree | a5882087ff076d8a0e4332867bb54912b36f617b | |
parent | bdcf8cdb74b64d40b8ff7db5d6f43b1030101211 (diff) |
INTEGRATION: CWS rt16 (1.45.76); FILE MERGED
2006/08/08 12:17:06 rt 1.45.76.1: #i68214# Obsolete svx headers removed
-rw-r--r-- | sd/source/core/drawdoc4.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sd/source/core/drawdoc4.cxx b/sd/source/core/drawdoc4.cxx index 4fedcbabd917..82a7db3e4f21 100644 --- a/sd/source/core/drawdoc4.cxx +++ b/sd/source/core/drawdoc4.cxx @@ -4,9 +4,9 @@ * * $RCSfile: drawdoc4.cxx,v $ * - * $Revision: 1.45 $ + * $Revision: 1.46 $ * - * last change: $Author: rt $ $Date: 2006-05-02 15:01:31 $ + * last change: $Author: ihi $ $Date: 2006-08-29 14:18:07 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -72,7 +72,9 @@ #define ITEMID_FRAMEDIR EE_PARA_WRITINGDIR #include <svx/svxids.hrc> -#include <svx/srchitem.hxx> +#ifndef _SFX_SRCHITEM_HXX +#include <sfx2/srchitem.hxx> +#endif #include <svx/lrspitem.hxx> #include <svx/ulspitem.hxx> #include <svx/lspcitem.hxx> |