diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-16 17:13:38 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-16 17:13:38 +0200 |
commit | f54fadb04134d1e34f8744d7528adf850ef194ee (patch) | |
tree | 4366cb3f3435dfb2ac2585b6511fbf1f7973fcc2 /chart2 | |
parent | c105eddc462f12c50fea4244e1bf49e8fb37da9b (diff) |
Make include files found through -Ichart2/source/inc
...instead of implicitly next to the including file, in preparation of
loplugin:includeform
Change-Id: Ie7ea504e6c7d7fbe1ae5f1f3b6996ad03feaee76
Diffstat (limited to 'chart2')
4 files changed, 5 insertions, 5 deletions
diff --git a/chart2/source/inc/chartview/DataPointSymbolSupplier.hxx b/chart2/source/inc/chartview/DataPointSymbolSupplier.hxx index 101d94a9cf92..91ce28ce3829 100644 --- a/chart2/source/inc/chartview/DataPointSymbolSupplier.hxx +++ b/chart2/source/inc/chartview/DataPointSymbolSupplier.hxx @@ -23,7 +23,7 @@ #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/drawing/Direction3D.hpp> #include <com/sun/star/drawing/XShapes.hpp> -#include "chartviewdllapi.hxx" +#include "chartview/chartviewdllapi.hxx" namespace chart { diff --git a/chart2/source/inc/chartview/DrawModelWrapper.hxx b/chart2/source/inc/chartview/DrawModelWrapper.hxx index 6107178d8e45..16fcc03071f4 100644 --- a/chart2/source/inc/chartview/DrawModelWrapper.hxx +++ b/chart2/source/inc/chartview/DrawModelWrapper.hxx @@ -26,7 +26,7 @@ #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/drawing/XDrawPage.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> -#include "chartviewdllapi.hxx" +#include "chartview/chartviewdllapi.hxx" namespace chart { diff --git a/chart2/source/inc/chartview/ExplicitScaleValues.hxx b/chart2/source/inc/chartview/ExplicitScaleValues.hxx index 14f474253644..e871c58a7ebd 100644 --- a/chart2/source/inc/chartview/ExplicitScaleValues.hxx +++ b/chart2/source/inc/chartview/ExplicitScaleValues.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_CHART2_SOURCE_INC_CHARTVIEW_EXPLICITSCALEVALUES_HXX #define INCLUDED_CHART2_SOURCE_INC_CHARTVIEW_EXPLICITSCALEVALUES_HXX -#include "chartviewdllapi.hxx" +#include "chartview/chartviewdllapi.hxx" #include <com/sun/star/chart/TimeInterval.hpp> #include <com/sun/star/chart/TimeUnit.hpp> #include <com/sun/star/chart2/AxisOrientation.hpp> diff --git a/chart2/source/inc/chartview/ExplicitValueProvider.hxx b/chart2/source/inc/chartview/ExplicitValueProvider.hxx index 184632ec12de..2efa5127c077 100644 --- a/chart2/source/inc/chartview/ExplicitValueProvider.hxx +++ b/chart2/source/inc/chartview/ExplicitValueProvider.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_CHART2_SOURCE_INC_CHARTVIEW_EXPLICITVALUEPROVIDER_HXX #define INCLUDED_CHART2_SOURCE_INC_CHARTVIEW_EXPLICITVALUEPROVIDER_HXX -#include "ExplicitScaleValues.hxx" +#include "chartview/ExplicitScaleValues.hxx" #include <com/sun/star/chart2/XAxis.hpp> #include <com/sun/star/chart2/XCoordinateSystem.hpp> @@ -28,7 +28,7 @@ #include <com/sun/star/awt/Rectangle.hpp> #include <com/sun/star/drawing/XShape.hpp> #include <com/sun/star/util/XNumberFormatsSupplier.hpp> -#include "chartviewdllapi.hxx" +#include "chartview/chartviewdllapi.hxx" #include "ChartModel.hxx" #include <memory> |