diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-09 14:10:44 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-09 18:48:38 -0600 |
commit | 940a2944b0791cdf5894b4b2e4e30d8a71d5f304 (patch) | |
tree | 5841558a8fd549ea308de95e630cadad60fcc3d8 /include/oox/drawingml/chart | |
parent | 38016f9d2260a424369fadab16f5428e4f3dc86f (diff) |
fdo#65108 inter-module includes <>
Change-Id: Ie672de68f6a87713a379e794fa3ad255ad52a71e
Diffstat (limited to 'include/oox/drawingml/chart')
26 files changed, 41 insertions, 41 deletions
diff --git a/include/oox/drawingml/chart/axiscontext.hxx b/include/oox/drawingml/chart/axiscontext.hxx index 2c00475f614f..3b996592e46f 100644 --- a/include/oox/drawingml/chart/axiscontext.hxx +++ b/include/oox/drawingml/chart/axiscontext.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_OOX_DRAWINGML_CHART_AXISCONTEXT_HXX #define INCLUDED_OOX_DRAWINGML_CHART_AXISCONTEXT_HXX -#include "oox/drawingml/chart/chartcontextbase.hxx" +#include <oox/drawingml/chart/chartcontextbase.hxx> namespace oox { namespace drawingml { diff --git a/include/oox/drawingml/chart/axisconverter.hxx b/include/oox/drawingml/chart/axisconverter.hxx index cf21cc7a9cf0..e107057ad5d4 100644 --- a/include/oox/drawingml/chart/axisconverter.hxx +++ b/include/oox/drawingml/chart/axisconverter.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_OOX_DRAWINGML_CHART_AXISCONVERTER_HXX #define INCLUDED_OOX_DRAWINGML_CHART_AXISCONVERTER_HXX -#include "oox/drawingml/chart/converterbase.hxx" +#include <oox/drawingml/chart/converterbase.hxx> namespace com { namespace sun { namespace star { namespace chart2 { class XAxis; } diff --git a/include/oox/drawingml/chart/axismodel.hxx b/include/oox/drawingml/chart/axismodel.hxx index 403a96656a0a..dd543d057746 100644 --- a/include/oox/drawingml/chart/axismodel.hxx +++ b/include/oox/drawingml/chart/axismodel.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_OOX_DRAWINGML_CHART_AXISMODEL_HXX #define INCLUDED_OOX_DRAWINGML_CHART_AXISMODEL_HXX -#include "oox/drawingml/shape.hxx" -#include "oox/drawingml/chart/titlemodel.hxx" +#include <oox/drawingml/shape.hxx> +#include <oox/drawingml/chart/titlemodel.hxx> namespace oox { namespace drawingml { diff --git a/include/oox/drawingml/chart/chartcontextbase.hxx b/include/oox/drawingml/chart/chartcontextbase.hxx index 2e5874e42f87..057f133a5cdd 100644 --- a/include/oox/drawingml/chart/chartcontextbase.hxx +++ b/include/oox/drawingml/chart/chartcontextbase.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_OOX_DRAWINGML_CHART_CHARTCONTEXTBASE_HXX #define INCLUDED_OOX_DRAWINGML_CHART_CHARTCONTEXTBASE_HXX -#include "oox/core/fragmenthandler2.hxx" +#include <oox/core/fragmenthandler2.hxx> namespace oox { namespace drawingml { class Shape; } } diff --git a/include/oox/drawingml/chart/chartdrawingfragment.hxx b/include/oox/drawingml/chart/chartdrawingfragment.hxx index e423a4c313c5..e86bffd4c645 100644 --- a/include/oox/drawingml/chart/chartdrawingfragment.hxx +++ b/include/oox/drawingml/chart/chartdrawingfragment.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_OOX_DRAWINGML_CHART_CHARTDRAWINGFRAGMENT_HXX #define INCLUDED_OOX_DRAWINGML_CHART_CHARTDRAWINGFRAGMENT_HXX -#include "oox/core/fragmenthandler2.hxx" -#include "oox/drawingml/shape.hxx" +#include <oox/core/fragmenthandler2.hxx> +#include <oox/drawingml/shape.hxx> namespace oox { namespace drawingml { diff --git a/include/oox/drawingml/chart/chartspaceconverter.hxx b/include/oox/drawingml/chart/chartspaceconverter.hxx index 2d6244cd9233..e79cb70f1685 100644 --- a/include/oox/drawingml/chart/chartspaceconverter.hxx +++ b/include/oox/drawingml/chart/chartspaceconverter.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_OOX_DRAWINGML_CHART_CHARTSPACECONVERTER_HXX #define INCLUDED_OOX_DRAWINGML_CHART_CHARTSPACECONVERTER_HXX -#include "oox/drawingml/chart/converterbase.hxx" +#include <oox/drawingml/chart/converterbase.hxx> namespace com { namespace sun { namespace star { namespace drawing { class XShapes; } diff --git a/include/oox/drawingml/chart/chartspacefragment.hxx b/include/oox/drawingml/chart/chartspacefragment.hxx index 1a63a82b02ae..653bbf7d048e 100644 --- a/include/oox/drawingml/chart/chartspacefragment.hxx +++ b/include/oox/drawingml/chart/chartspacefragment.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_OOX_DRAWINGML_CHART_CHARTSPACEFRAGMENT_HXX #define INCLUDED_OOX_DRAWINGML_CHART_CHARTSPACEFRAGMENT_HXX -#include "oox/drawingml/chart/chartcontextbase.hxx" +#include <oox/drawingml/chart/chartcontextbase.hxx> namespace oox { namespace drawingml { diff --git a/include/oox/drawingml/chart/chartspacemodel.hxx b/include/oox/drawingml/chart/chartspacemodel.hxx index f79a0fe8411d..f1a27d80e706 100644 --- a/include/oox/drawingml/chart/chartspacemodel.hxx +++ b/include/oox/drawingml/chart/chartspacemodel.hxx @@ -20,9 +20,9 @@ #ifndef INCLUDED_OOX_DRAWINGML_CHART_CHARTSPACEMODEL_HXX #define INCLUDED_OOX_DRAWINGML_CHART_CHARTSPACEMODEL_HXX -#include "oox/drawingml/shape.hxx" -#include "oox/drawingml/chart/plotareamodel.hxx" -#include "oox/drawingml/chart/titlemodel.hxx" +#include <oox/drawingml/shape.hxx> +#include <oox/drawingml/chart/plotareamodel.hxx> +#include <oox/drawingml/chart/titlemodel.hxx> namespace oox { namespace drawingml { diff --git a/include/oox/drawingml/chart/converterbase.hxx b/include/oox/drawingml/chart/converterbase.hxx index 7b6f718b5971..4bf233be1e59 100644 --- a/include/oox/drawingml/chart/converterbase.hxx +++ b/include/oox/drawingml/chart/converterbase.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_OOX_DRAWINGML_CHART_CONVERTERBASE_HXX #define INCLUDED_OOX_DRAWINGML_CHART_CONVERTERBASE_HXX -#include "oox/drawingml/chart/chartcontextbase.hxx" -#include "oox/drawingml/chart/objectformatter.hxx" +#include <oox/drawingml/chart/chartcontextbase.hxx> +#include <oox/drawingml/chart/objectformatter.hxx> namespace com { namespace sun { namespace star { namespace awt { struct Rectangle; } diff --git a/include/oox/drawingml/chart/datasourcecontext.hxx b/include/oox/drawingml/chart/datasourcecontext.hxx index 1d5f404aeb4a..9fbe866944a2 100644 --- a/include/oox/drawingml/chart/datasourcecontext.hxx +++ b/include/oox/drawingml/chart/datasourcecontext.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_OOX_DRAWINGML_CHART_DATASOURCECONTEXT_HXX #define INCLUDED_OOX_DRAWINGML_CHART_DATASOURCECONTEXT_HXX -#include "oox/drawingml/chart/chartcontextbase.hxx" +#include <oox/drawingml/chart/chartcontextbase.hxx> namespace oox { namespace drawingml { diff --git a/include/oox/drawingml/chart/datasourceconverter.hxx b/include/oox/drawingml/chart/datasourceconverter.hxx index a45009b18367..4f8b2523c355 100644 --- a/include/oox/drawingml/chart/datasourceconverter.hxx +++ b/include/oox/drawingml/chart/datasourceconverter.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_OOX_DRAWINGML_CHART_DATASOURCECONVERTER_HXX #define INCLUDED_OOX_DRAWINGML_CHART_DATASOURCECONVERTER_HXX -#include "oox/drawingml/chart/converterbase.hxx" +#include <oox/drawingml/chart/converterbase.hxx> namespace com { namespace sun { namespace star { namespace chart2 { namespace data { class XDataSequence; } } diff --git a/include/oox/drawingml/chart/datasourcemodel.hxx b/include/oox/drawingml/chart/datasourcemodel.hxx index 4e4579c0b298..efbcf6868274 100644 --- a/include/oox/drawingml/chart/datasourcemodel.hxx +++ b/include/oox/drawingml/chart/datasourcemodel.hxx @@ -21,7 +21,7 @@ #define INCLUDED_OOX_DRAWINGML_CHART_DATASOURCEMODEL_HXX #include <com/sun/star/uno/Any.hxx> -#include "oox/drawingml/chart/modelbase.hxx" +#include <oox/drawingml/chart/modelbase.hxx> namespace oox { namespace drawingml { diff --git a/include/oox/drawingml/chart/modelbase.hxx b/include/oox/drawingml/chart/modelbase.hxx index 61bc90432a68..12370e273c5f 100644 --- a/include/oox/drawingml/chart/modelbase.hxx +++ b/include/oox/drawingml/chart/modelbase.hxx @@ -20,9 +20,9 @@ #ifndef INCLUDED_OOX_DRAWINGML_CHART_MODELBASE_HXX #define INCLUDED_OOX_DRAWINGML_CHART_MODELBASE_HXX -#include "oox/helper/helper.hxx" -#include "oox/helper/refmap.hxx" -#include "oox/helper/refvector.hxx" +#include <oox/helper/helper.hxx> +#include <oox/helper/refmap.hxx> +#include <oox/helper/refvector.hxx> namespace oox { class AttributeList; } diff --git a/include/oox/drawingml/chart/objectformatter.hxx b/include/oox/drawingml/chart/objectformatter.hxx index bde717406158..dd3d15aa5653 100644 --- a/include/oox/drawingml/chart/objectformatter.hxx +++ b/include/oox/drawingml/chart/objectformatter.hxx @@ -20,9 +20,9 @@ #ifndef INCLUDED_OOX_DRAWINGML_CHART_OBJECTFORMATTER_HXX #define INCLUDED_OOX_DRAWINGML_CHART_OBJECTFORMATTER_HXX -#include "oox/helper/propertyset.hxx" -#include "oox/drawingml/drawingmltypes.hxx" -#include "oox/drawingml/chart/modelbase.hxx" +#include <oox/helper/propertyset.hxx> +#include <oox/drawingml/drawingmltypes.hxx> +#include <oox/drawingml/chart/modelbase.hxx> namespace com { namespace sun { namespace star { namespace chart2 { class XChartDocument; } diff --git a/include/oox/drawingml/chart/plotareacontext.hxx b/include/oox/drawingml/chart/plotareacontext.hxx index 7bff6a4cbf2c..da337c74e0e7 100644 --- a/include/oox/drawingml/chart/plotareacontext.hxx +++ b/include/oox/drawingml/chart/plotareacontext.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_OOX_DRAWINGML_CHART_PLOTAREACONTEXT_HXX #define INCLUDED_OOX_DRAWINGML_CHART_PLOTAREACONTEXT_HXX -#include "oox/drawingml/chart/chartcontextbase.hxx" +#include <oox/drawingml/chart/chartcontextbase.hxx> namespace oox { namespace drawingml { diff --git a/include/oox/drawingml/chart/plotareaconverter.hxx b/include/oox/drawingml/chart/plotareaconverter.hxx index e041733bd5a4..2185d21c3298 100644 --- a/include/oox/drawingml/chart/plotareaconverter.hxx +++ b/include/oox/drawingml/chart/plotareaconverter.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_OOX_DRAWINGML_CHART_PLOTAREACONVERTER_HXX #define INCLUDED_OOX_DRAWINGML_CHART_PLOTAREACONVERTER_HXX -#include "oox/drawingml/chart/converterbase.hxx" +#include <oox/drawingml/chart/converterbase.hxx> namespace com { namespace sun { namespace star { namespace chart2 { class XDiagram; } diff --git a/include/oox/drawingml/chart/plotareamodel.hxx b/include/oox/drawingml/chart/plotareamodel.hxx index 140d6baf0328..262bf19df922 100644 --- a/include/oox/drawingml/chart/plotareamodel.hxx +++ b/include/oox/drawingml/chart/plotareamodel.hxx @@ -20,10 +20,10 @@ #ifndef INCLUDED_OOX_DRAWINGML_CHART_PLOTAREAMODEL_HXX #define INCLUDED_OOX_DRAWINGML_CHART_PLOTAREAMODEL_HXX -#include "oox/drawingml/shape.hxx" -#include "oox/drawingml/chart/axismodel.hxx" -#include "oox/drawingml/chart/seriesmodel.hxx" -#include "oox/drawingml/chart/typegroupmodel.hxx" +#include <oox/drawingml/shape.hxx> +#include <oox/drawingml/chart/axismodel.hxx> +#include <oox/drawingml/chart/seriesmodel.hxx> +#include <oox/drawingml/chart/typegroupmodel.hxx> namespace oox { namespace drawingml { diff --git a/include/oox/drawingml/chart/seriescontext.hxx b/include/oox/drawingml/chart/seriescontext.hxx index 0df07d3ecadc..730ea6735ccb 100644 --- a/include/oox/drawingml/chart/seriescontext.hxx +++ b/include/oox/drawingml/chart/seriescontext.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_OOX_DRAWINGML_CHART_SERIESCONTEXT_HXX #define INCLUDED_OOX_DRAWINGML_CHART_SERIESCONTEXT_HXX -#include "oox/drawingml/chart/chartcontextbase.hxx" +#include <oox/drawingml/chart/chartcontextbase.hxx> namespace oox { namespace drawingml { diff --git a/include/oox/drawingml/chart/seriesconverter.hxx b/include/oox/drawingml/chart/seriesconverter.hxx index c914ed0a6ac5..0e7a5493649f 100644 --- a/include/oox/drawingml/chart/seriesconverter.hxx +++ b/include/oox/drawingml/chart/seriesconverter.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_OOX_DRAWINGML_CHART_SERIESCONVERTER_HXX #define INCLUDED_OOX_DRAWINGML_CHART_SERIESCONVERTER_HXX -#include "oox/drawingml/chart/converterbase.hxx" -#include "oox/drawingml/chart/seriesmodel.hxx" +#include <oox/drawingml/chart/converterbase.hxx> +#include <oox/drawingml/chart/seriesmodel.hxx> namespace com { namespace sun { namespace star { namespace chart2 { class XDataSeries; } diff --git a/include/oox/drawingml/chart/seriesmodel.hxx b/include/oox/drawingml/chart/seriesmodel.hxx index 26b6ad391bf9..c374e522867e 100644 --- a/include/oox/drawingml/chart/seriesmodel.hxx +++ b/include/oox/drawingml/chart/seriesmodel.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_OOX_DRAWINGML_CHART_SERIESMODEL_HXX #define INCLUDED_OOX_DRAWINGML_CHART_SERIESMODEL_HXX -#include "oox/drawingml/chart/datasourcemodel.hxx" -#include "oox/drawingml/chart/titlemodel.hxx" +#include <oox/drawingml/chart/datasourcemodel.hxx> +#include <oox/drawingml/chart/titlemodel.hxx> namespace oox { namespace drawingml { diff --git a/include/oox/drawingml/chart/titlecontext.hxx b/include/oox/drawingml/chart/titlecontext.hxx index 0e38fe46c367..75305ac03d84 100644 --- a/include/oox/drawingml/chart/titlecontext.hxx +++ b/include/oox/drawingml/chart/titlecontext.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_OOX_DRAWINGML_CHART_TITLECONTEXT_HXX #define INCLUDED_OOX_DRAWINGML_CHART_TITLECONTEXT_HXX -#include "oox/drawingml/chart/chartcontextbase.hxx" +#include <oox/drawingml/chart/chartcontextbase.hxx> namespace oox { namespace drawingml { diff --git a/include/oox/drawingml/chart/titleconverter.hxx b/include/oox/drawingml/chart/titleconverter.hxx index ad6a607037c3..c93682dd4a32 100644 --- a/include/oox/drawingml/chart/titleconverter.hxx +++ b/include/oox/drawingml/chart/titleconverter.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_OOX_DRAWINGML_CHART_TITLECONVERTER_HXX #define INCLUDED_OOX_DRAWINGML_CHART_TITLECONVERTER_HXX -#include "oox/drawingml/chart/converterbase.hxx" +#include <oox/drawingml/chart/converterbase.hxx> namespace com { namespace sun { namespace star { namespace chart2 { class XDiagram; } diff --git a/include/oox/drawingml/chart/titlemodel.hxx b/include/oox/drawingml/chart/titlemodel.hxx index 571c3cec1f32..0a138be9d3cd 100644 --- a/include/oox/drawingml/chart/titlemodel.hxx +++ b/include/oox/drawingml/chart/titlemodel.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_OOX_DRAWINGML_CHART_TITLEMODEL_HXX #define INCLUDED_OOX_DRAWINGML_CHART_TITLEMODEL_HXX -#include "oox/drawingml/shape.hxx" -#include "oox/drawingml/chart/datasourcemodel.hxx" +#include <oox/drawingml/shape.hxx> +#include <oox/drawingml/chart/datasourcemodel.hxx> namespace oox { namespace drawingml { diff --git a/include/oox/drawingml/chart/typegroupcontext.hxx b/include/oox/drawingml/chart/typegroupcontext.hxx index 4269808bc6e1..ef3d5d19c199 100644 --- a/include/oox/drawingml/chart/typegroupcontext.hxx +++ b/include/oox/drawingml/chart/typegroupcontext.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_OOX_DRAWINGML_CHART_TYPEGROUPCONTEXT_HXX #define INCLUDED_OOX_DRAWINGML_CHART_TYPEGROUPCONTEXT_HXX -#include "oox/drawingml/chart/chartcontextbase.hxx" +#include <oox/drawingml/chart/chartcontextbase.hxx> namespace oox { namespace drawingml { diff --git a/include/oox/drawingml/chart/typegroupconverter.hxx b/include/oox/drawingml/chart/typegroupconverter.hxx index 0cc87129c66e..510ebfae231e 100644 --- a/include/oox/drawingml/chart/typegroupconverter.hxx +++ b/include/oox/drawingml/chart/typegroupconverter.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_OOX_DRAWINGML_CHART_TYPEGROUPCONVERTER_HXX #define INCLUDED_OOX_DRAWINGML_CHART_TYPEGROUPCONVERTER_HXX -#include "oox/drawingml/chart/converterbase.hxx" +#include <oox/drawingml/chart/converterbase.hxx> namespace com { namespace sun { namespace star { namespace chart2 { class XChartType; } diff --git a/include/oox/drawingml/chart/typegroupmodel.hxx b/include/oox/drawingml/chart/typegroupmodel.hxx index 9741d1c1553e..5d705a47d5c4 100644 --- a/include/oox/drawingml/chart/typegroupmodel.hxx +++ b/include/oox/drawingml/chart/typegroupmodel.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_OOX_DRAWINGML_CHART_TYPEGROUPMODEL_HXX #define INCLUDED_OOX_DRAWINGML_CHART_TYPEGROUPMODEL_HXX -#include "oox/drawingml/chart/seriesmodel.hxx" +#include <oox/drawingml/chart/seriesmodel.hxx> namespace oox { namespace drawingml { |