diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:37:33 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:37:33 +0000 |
commit | 72aca6f8b58a8d0e9b07fefee290c62792c028fa (patch) | |
tree | f5503260915dc6e84d5a2929713f0268914ef923 | |
parent | 88e4c150a9f7b18d03f498b965bfbd1910ee0b55 (diff) |
INTEGRATION: CWS vgbugs07 (1.5.276); FILE MERGED
2007/06/04 13:23:16 vg 1.5.276.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
-rw-r--r-- | xmloff/inc/MetaImportComponent.hxx | 6 | ||||
-rw-r--r-- | xmloff/inc/VisAreaContext.hxx | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/xmloff/inc/MetaImportComponent.hxx b/xmloff/inc/MetaImportComponent.hxx index 7f3809898562..65cba530e21a 100644 --- a/xmloff/inc/MetaImportComponent.hxx +++ b/xmloff/inc/MetaImportComponent.hxx @@ -4,9 +4,9 @@ * * $RCSfile: MetaImportComponent.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-09 12:37:54 $ + * last change: $Author: hr $ $Date: 2007-06-27 14:36:34 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,7 +37,7 @@ #define _XMLOFF_METAIMPORTCOMPONENT_HXX #ifndef _XMLOFF_XMLIMP_HXX -#include "xmlimp.hxx" +#include <xmloff/xmlimp.hxx> #endif #ifndef _COM_SUN_STAR_UNO_REFERENCE_HXX_ diff --git a/xmloff/inc/VisAreaContext.hxx b/xmloff/inc/VisAreaContext.hxx index 6ac9584c5edd..330f7006f63b 100644 --- a/xmloff/inc/VisAreaContext.hxx +++ b/xmloff/inc/VisAreaContext.hxx @@ -4,9 +4,9 @@ * * $RCSfile: VisAreaContext.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-09 12:43:35 $ + * last change: $Author: hr $ $Date: 2007-06-27 14:37:33 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,7 +37,7 @@ #define _XMLOFF_VISAREACONTEXT_HXX #ifndef _XMLOFF_XMLICTXT_HXX -#include "xmlictxt.hxx" +#include <xmloff/xmlictxt.hxx> #endif #ifndef _VCL_MAPUNIT_HXX |