From 1aaf9a9b362188eb706eae2b6b93df35266047d3 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Tue, 12 Feb 2013 13:41:53 -0500 Subject: Renamed hard-to-remember 8-char headers in editeng. Change-Id: If255802082890e1b1b4c5197a791fa79a011773e --- .../controller/itemsetwrapper/CharacterPropertyItemConverter.cxx | 2 +- chart2/source/controller/itemsetwrapper/DataPointItemConverter.cxx | 2 +- chart2/source/controller/main/DrawCommandDispatch.cxx | 2 +- chart2/source/controller/main/ShapeController.cxx | 4 ++-- chart2/source/view/main/ChartItemPool.cxx | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) (limited to 'chart2') diff --git a/chart2/source/controller/itemsetwrapper/CharacterPropertyItemConverter.cxx b/chart2/source/controller/itemsetwrapper/CharacterPropertyItemConverter.cxx index 1550998294ae..6575587535b5 100644 --- a/chart2/source/controller/itemsetwrapper/CharacterPropertyItemConverter.cxx +++ b/chart2/source/controller/itemsetwrapper/CharacterPropertyItemConverter.cxx @@ -26,7 +26,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/chart2/source/controller/itemsetwrapper/DataPointItemConverter.cxx b/chart2/source/controller/itemsetwrapper/DataPointItemConverter.cxx index 148743e16177..f2a0423f66c8 100644 --- a/chart2/source/controller/itemsetwrapper/DataPointItemConverter.cxx +++ b/chart2/source/controller/itemsetwrapper/DataPointItemConverter.cxx @@ -40,7 +40,7 @@ #include // header for class SfxStringItem #include -#include +#include //SfxIntegerListItem #include #include diff --git a/chart2/source/controller/main/DrawCommandDispatch.cxx b/chart2/source/controller/main/DrawCommandDispatch.cxx index 1820e80fdc1d..6ab29b3ac7d7 100644 --- a/chart2/source/controller/main/DrawCommandDispatch.cxx +++ b/chart2/source/controller/main/DrawCommandDispatch.cxx @@ -28,7 +28,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/chart2/source/controller/main/ShapeController.cxx b/chart2/source/controller/main/ShapeController.cxx index a8ce6824aac9..49c94d5b129d 100644 --- a/chart2/source/controller/main/ShapeController.cxx +++ b/chart2/source/controller/main/ShapeController.cxx @@ -33,11 +33,11 @@ #include #include #include -#include +#include #include #include #include -#include +#include #include #include #include diff --git a/chart2/source/view/main/ChartItemPool.cxx b/chart2/source/view/main/ChartItemPool.cxx index 8847ffad4ac4..fdf6a3f6e1f3 100644 --- a/chart2/source/view/main/ChartItemPool.cxx +++ b/chart2/source/view/main/ChartItemPool.cxx @@ -23,7 +23,7 @@ #include "chartview/ChartSfxItemIds.hxx" #include #include -#include +#include #include #include #include -- cgit