diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 14:09:01 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 14:09:01 +0000 |
commit | 74845b53f04f73191392b31eee99ad8c13ee1e82 (patch) | |
tree | c19ab7a684692369d00dc2dfbe5095f746f9c10f /xmloff/source/draw | |
parent | 4b3f51b7a30bd65325cb87e41c8bd038ca4ed7cf (diff) |
INTEGRATION: CWS vgbugs07 (1.32.92); FILE MERGED
2007/06/04 13:23:25 vg 1.32.92.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'xmloff/source/draw')
-rw-r--r-- | xmloff/source/draw/ximpbody.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/xmloff/source/draw/ximpbody.cxx b/xmloff/source/draw/ximpbody.cxx index 9c9c25f24590..2b1694ec4959 100644 --- a/xmloff/source/draw/ximpbody.cxx +++ b/xmloff/source/draw/ximpbody.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ximpbody.cxx,v $ * - * $Revision: 1.32 $ + * $Revision: 1.33 $ * - * last change: $Author: ihi $ $Date: 2006-11-14 14:16:04 $ + * last change: $Author: hr $ $Date: 2007-06-27 15:09:01 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -40,7 +40,7 @@ #endif #ifndef _XMLOFF_PRSTYLEI_HXX_ -#include "prstylei.hxx" +#include <xmloff/prstylei.hxx> #endif #ifndef _XIMPNOTES_HXX @@ -80,15 +80,15 @@ #endif #ifndef _XMLOFF_XMLUCONV_HXX -#include "xmluconv.hxx" +#include <xmloff/xmluconv.hxx> #endif #ifndef _XMLOFF_PROPERTYSETMAPPER_HXX -#include "xmlprmap.hxx" +#include <xmloff/xmlprmap.hxx> #endif #ifndef _XMLOFF_FAMILIES_HXX_ -#include "families.hxx" +#include <xmloff/families.hxx> #endif #ifndef _XMLOFF_XIMPSHOW_HXX |