diff options
-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> |