diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 14:05:34 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 14:05:34 +0000 |
commit | 01261b964226c651c0bad60f1cbd3268f25e73a8 (patch) | |
tree | 1994c519eafa46b32f3be68fde7c49b3dffb8688 /xmloff/source/draw/sdxmlimp.cxx | |
parent | 95f070d37f8874a079079b22bbc8c2f5cabe7068 (diff) |
INTEGRATION: CWS vgbugs07 (1.52.52); FILE MERGED
2007/06/04 13:23:24 vg 1.52.52.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'xmloff/source/draw/sdxmlimp.cxx')
-rw-r--r-- | xmloff/source/draw/sdxmlimp.cxx | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/xmloff/source/draw/sdxmlimp.cxx b/xmloff/source/draw/sdxmlimp.cxx index 8e1254d9771b..864286bbc77b 100644 --- a/xmloff/source/draw/sdxmlimp.cxx +++ b/xmloff/source/draw/sdxmlimp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sdxmlimp.cxx,v $ * - * $Revision: 1.52 $ + * $Revision: 1.53 $ * - * last change: $Author: obo $ $Date: 2007-01-23 08:51:56 $ + * last change: $Author: hr $ $Date: 2007-06-27 15:05:34 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -39,7 +39,7 @@ #include <tools/string.hxx> #ifndef _XMLOFF_XMLMETAI_HXX -#include "xmlscripti.hxx" +#include <xmloff/xmlscripti.hxx> #endif #ifndef _SDXMLIMP_IMPL_HXX @@ -51,7 +51,7 @@ #endif #ifndef _SFX_XMLMETAI_HXX -#include "xmlmetai.hxx" +#include <xmloff/xmlmetai.hxx> #endif #ifndef _XIMPSTYLE_HXX @@ -63,15 +63,15 @@ #endif #ifndef _XMLOFF_XMLTOKEN_HXX -#include "xmltoken.hxx" +#include <xmloff/xmltoken.hxx> #endif #ifndef _XMLOFF_XMLUCONV_HXX -#include "xmluconv.hxx" +#include <xmloff/xmluconv.hxx> #endif #ifndef _XMLOFF_DOCUMENTSETTINGSCONTEXT_HXX -#include "DocumentSettingsContext.hxx" +#include <xmloff/DocumentSettingsContext.hxx> #endif #ifndef _COM_SUN_STAR_FORM_XFORMSSUPPLIER_HPP_ @@ -103,7 +103,7 @@ #endif #ifndef _XMLOFF_XMLEXPPR_HXX -#include "xmlexppr.hxx" +#include <xmloff/xmlexppr.hxx> #endif #ifndef _XMLOFF_XMLERROR_HXX @@ -118,7 +118,7 @@ #include <com/sun/star/style/XStyle.hpp> #endif -#include "XMLFontStylesContext.hxx" +#include <xmloff/XMLFontStylesContext.hxx> using namespace ::rtl; using namespace ::com::sun::star; |