diff options
Diffstat (limited to 'chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx')
-rw-r--r-- | chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx b/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx index 12c49d0bf6cd..7f19a8c0bdce 100644 --- a/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx +++ b/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx @@ -18,19 +18,19 @@ */ #include "DataSeriesPointWrapper.hxx" -#include "macros.hxx" -#include "RegressionCurveHelper.hxx" +#include <macros.hxx> +#include <RegressionCurveHelper.hxx> #include "Chart2ModelContact.hxx" -#include "ChartTypeHelper.hxx" -#include "DiagramHelper.hxx" -#include "ChartModelHelper.hxx" -#include "LinePropertiesHelper.hxx" -#include "FillProperties.hxx" -#include "CharacterProperties.hxx" -#include "UserDefinedProperties.hxx" +#include <ChartTypeHelper.hxx> +#include <DiagramHelper.hxx> +#include <ChartModelHelper.hxx> +#include <LinePropertiesHelper.hxx> +#include <FillProperties.hxx> +#include <CharacterProperties.hxx> +#include <UserDefinedProperties.hxx> #include "WrappedCharacterHeightProperty.hxx" -#include "WrappedProperty.hxx" -#include "WrappedIgnoreProperty.hxx" +#include <WrappedProperty.hxx> +#include <WrappedIgnoreProperty.hxx> #include "WrappedStatisticProperties.hxx" #include "WrappedSymbolProperties.hxx" #include "WrappedDataCaptionProperties.hxx" |