diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:49:43 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:49:43 +0000 |
commit | 0ea1a9f8741917cbd502c03b7a93b0c0b82a4c54 (patch) | |
tree | 49991818c35153512d342a19a043baa070f4228b /xmloff/source/chart | |
parent | 1f5bcb99c0fe173876fbaa7e512149a58df3d9f8 (diff) |
INTEGRATION: CWS vgbugs07 (1.2.14); FILE MERGED
2007/06/04 13:23:19 vg 1.2.14.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'xmloff/source/chart')
-rw-r--r-- | xmloff/source/chart/SchXMLSeries2Context.cxx | 10 | ||||
-rw-r--r-- | xmloff/source/chart/SchXMLSeries2Context.hxx | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/xmloff/source/chart/SchXMLSeries2Context.cxx b/xmloff/source/chart/SchXMLSeries2Context.cxx index 4bf12ba02c1f..ad20f9133a89 100644 --- a/xmloff/source/chart/SchXMLSeries2Context.cxx +++ b/xmloff/source/chart/SchXMLSeries2Context.cxx @@ -4,9 +4,9 @@ * * $RCSfile: SchXMLSeries2Context.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2007-05-22 16:07:02 $ + * last change: $Author: hr $ $Date: 2007-06-27 14:49:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -83,17 +83,17 @@ #include "xmlnmspe.hxx" #endif #ifndef _XMLOFF_XMLIMP_HXX -#include "xmlimp.hxx" +#include <xmloff/xmlimp.hxx> #endif #ifndef _XMLOFF_NMSPMAP_HX -#include "nmspmap.hxx" +#include <xmloff/nmspmap.hxx> #endif #ifndef SCH_XMLIMPORT_HXX_ #include "SchXMLImport.hxx" #endif // header for class XMLPropStyleContext #ifndef _XMLOFF_PRSTYLEI_HXX_ -#include "prstylei.hxx" +#include <xmloff/prstylei.hxx> #endif #include <typeinfo> diff --git a/xmloff/source/chart/SchXMLSeries2Context.hxx b/xmloff/source/chart/SchXMLSeries2Context.hxx index 99df0b764097..c0fc64000108 100644 --- a/xmloff/source/chart/SchXMLSeries2Context.hxx +++ b/xmloff/source/chart/SchXMLSeries2Context.hxx @@ -4,9 +4,9 @@ * * $RCSfile: SchXMLSeries2Context.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2007-05-22 16:07:11 $ + * last change: $Author: hr $ $Date: 2007-06-27 14:49:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -39,14 +39,14 @@ #include "SchXMLChartContext.hxx" #ifndef _XMLOFF_XMLICTXT_HXX -#include "xmlictxt.hxx" +#include <xmloff/xmlictxt.hxx> #endif #ifndef _XMLOFF_SCH_XMLIMPORTHELPER_HXX_ -#include "SchXMLImportHelper.hxx" +#include <xmloff/SchXMLImportHelper.hxx> #endif // header for class SvXMLStyleContext #ifndef _XMLOFF_XMLSTYLE_HXX -#include "xmlstyle.hxx" +#include <xmloff/xmlstyle.hxx> #endif #include <vector> |