diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:44:16 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:46:12 +0200 |
commit | d63b706dad58eb09014420cdaee5f1399d0e2d9e (patch) | |
tree | 424a9700c318c50ebd0c49feb02abd4e0b6ae101 /chart2/source/tools/RegressionCurveModel.cxx | |
parent | 696722f2c89e1647d89db4622264446d65c9fc81 (diff) |
loplugin:includeform: chart2
Change-Id: I5b455c684e7cd689d5160135246f3400363c7d40
Diffstat (limited to 'chart2/source/tools/RegressionCurveModel.cxx')
-rw-r--r-- | chart2/source/tools/RegressionCurveModel.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/chart2/source/tools/RegressionCurveModel.cxx b/chart2/source/tools/RegressionCurveModel.cxx index 73a205e1e8a6..a9a847b187ea 100644 --- a/chart2/source/tools/RegressionCurveModel.cxx +++ b/chart2/source/tools/RegressionCurveModel.cxx @@ -18,13 +18,13 @@ */ #include "RegressionCurveModel.hxx" -#include "macros.hxx" -#include "LinePropertiesHelper.hxx" -#include "RegressionCurveHelper.hxx" -#include "RegressionCalculationHelper.hxx" +#include <macros.hxx> +#include <LinePropertiesHelper.hxx> +#include <RegressionCurveHelper.hxx> +#include <RegressionCalculationHelper.hxx> #include "RegressionEquation.hxx" -#include "CloneHelper.hxx" -#include "PropertyHelper.hxx" +#include <CloneHelper.hxx> +#include <PropertyHelper.hxx> #include <cppuhelper/supportsservice.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <rtl/math.hxx> |