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/inc | |
parent | 696722f2c89e1647d89db4622264446d65c9fc81 (diff) |
loplugin:includeform: chart2
Change-Id: I5b455c684e7cd689d5160135246f3400363c7d40
Diffstat (limited to 'chart2/inc')
-rw-r--r-- | chart2/inc/ChartModel.hxx | 2 | ||||
-rw-r--r-- | chart2/inc/ChartView.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chart2/inc/ChartModel.hxx b/chart2/inc/ChartModel.hxx index 63bd12667612..d13c672dccd9 100644 --- a/chart2/inc/ChartModel.hxx +++ b/chart2/inc/ChartModel.hxx @@ -21,7 +21,7 @@ #include <config_features.h> -#include "LifeTime.hxx" +#include <LifeTime.hxx> #include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/frame/XStorable2.hpp> diff --git a/chart2/inc/ChartView.hxx b/chart2/inc/ChartView.hxx index f8f39b8b827f..1509a8e5faac 100644 --- a/chart2/inc/ChartView.hxx +++ b/chart2/inc/ChartView.hxx @@ -20,7 +20,7 @@ #define INCLUDED_CHART2_INC_CHARTVIEW_HXX #include "ChartModel.hxx" -#include "chartview/ExplicitValueProvider.hxx" +#include <chartview/ExplicitValueProvider.hxx> #include <cppuhelper/implbase.hxx> #include <cppuhelper/interfacecontainer.hxx> |