diff options
Diffstat (limited to 'chart2/source/model/template/ChartTypeManager.cxx')
-rw-r--r-- | chart2/source/model/template/ChartTypeManager.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chart2/source/model/template/ChartTypeManager.cxx b/chart2/source/model/template/ChartTypeManager.cxx index c98d79760cf9..db79928d211c 100644 --- a/chart2/source/model/template/ChartTypeManager.cxx +++ b/chart2/source/model/template/ChartTypeManager.cxx @@ -17,11 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ChartTypeManager.hxx" -#include "macros.hxx" -#include "StackMode.hxx" +#include <ChartTypeManager.hxx> +#include <macros.hxx> +#include <StackMode.hxx> -#include "CartesianCoordinateSystem.hxx" +#include <CartesianCoordinateSystem.hxx> #include "LineChartTypeTemplate.hxx" #include "BarChartTypeTemplate.hxx" |