diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 14:58:13 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 14:58:13 +0000 |
commit | 0957bea22547dd2abf0cecb1334eaf9c16638c66 (patch) | |
tree | 1340c07c3d0328998be41286cd387826514f09ab /xmloff/source/text/XMLIndexObjectSourceContext.cxx | |
parent | 90e2eade755c320e2deae34b312056197d5c5129 (diff) |
INTEGRATION: CWS vgbugs07 (1.5.124); FILE MERGED
2007/06/04 13:23:36 vg 1.5.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'xmloff/source/text/XMLIndexObjectSourceContext.cxx')
-rw-r--r-- | xmloff/source/text/XMLIndexObjectSourceContext.cxx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/xmloff/source/text/XMLIndexObjectSourceContext.cxx b/xmloff/source/text/XMLIndexObjectSourceContext.cxx index 8c7f1a2ff8b2..08b93dc8017b 100644 --- a/xmloff/source/text/XMLIndexObjectSourceContext.cxx +++ b/xmloff/source/text/XMLIndexObjectSourceContext.cxx @@ -4,9 +4,9 @@ * * $RCSfile: XMLIndexObjectSourceContext.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2006-09-17 11:06:40 $ + * last change: $Author: hr $ $Date: 2007-06-27 15:58:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -62,15 +62,15 @@ #endif #ifndef _XMLOFF_XMLICTXT_HXX -#include "xmlictxt.hxx" +#include <xmloff/xmlictxt.hxx> #endif #ifndef _XMLOFF_XMLIMP_HXX -#include "xmlimp.hxx" +#include <xmloff/xmlimp.hxx> #endif #ifndef _XMLOFF_TEXTIMP_HXX_ -#include "txtimp.hxx" +#include <xmloff/txtimp.hxx> #endif #ifndef _XMLOFF_XMLNMSPE_HXX @@ -78,15 +78,15 @@ #endif #ifndef _XMLOFF_NMSPMAP_HXX -#include "nmspmap.hxx" +#include <xmloff/nmspmap.hxx> #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 _TOOLS_DEBUG_HXX |