diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-29 13:17:56 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-29 13:17:56 +0000 |
commit | bdcf8cdb74b64d40b8ff7db5d6f43b1030101211 (patch) | |
tree | cecbf66458ac2dde356125ee4a5646225f35fcf7 | |
parent | c361c7b165ef6997d5dd08d2e3d1d86e3454b058 (diff) |
INTEGRATION: CWS rt16 (1.78.22); FILE MERGED
2006/08/08 12:17:06 rt 1.78.22.1: #i68214# Obsolete svx headers removed
-rw-r--r-- | sd/source/core/drawdoc.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sd/source/core/drawdoc.cxx b/sd/source/core/drawdoc.cxx index cd37338e6b36..0f7fdfbd4a08 100644 --- a/sd/source/core/drawdoc.cxx +++ b/sd/source/core/drawdoc.cxx @@ -4,9 +4,9 @@ * * $RCSfile: drawdoc.cxx,v $ * - * $Revision: 1.78 $ + * $Revision: 1.79 $ * - * last change: $Author: obo $ $Date: 2006-07-10 11:21:11 $ + * last change: $Author: ihi $ $Date: 2006-08-29 14:17:56 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -49,7 +49,9 @@ #endif #include <svx/svxids.hrc> -#include <svx/srchitem.hxx> +#ifndef _SFX_SRCHITEM_HXX +#include <sfx2/srchitem.hxx> +#endif #include <svx/eeitem.hxx> #define ITEMID_SCRIPTSPACE EE_PARA_ASIANCJKSPACING #include <svx/scriptspaceitem.hxx> |