diff options
Diffstat (limited to 'chart2')
5 files changed, 6 insertions, 6 deletions
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 <editeng/eeitem.hxx> #include <editeng/udlnitem.hxx> #include <editeng/fontitem.hxx> -#include <editeng/crsditem.hxx> +#include <editeng/crossedoutitem.hxx> #include <editeng/postitem.hxx> #include <editeng/wghtitem.hxx> #include <editeng/fhgtitem.hxx> 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 <editeng/sizeitem.hxx> // header for class SfxStringItem #include <svl/stritem.hxx> -#include <editeng/brshitem.hxx> +#include <editeng/brushitem.hxx> //SfxIntegerListItem #include <svl/ilstitem.hxx> #include <vcl/graph.hxx> 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 <osl/mutex.hxx> #include <vcl/svapp.hxx> #include <svl/itempool.hxx> -#include <editeng/adjitem.hxx> +#include <editeng/adjustitem.hxx> #include <svx/dialogs.hrc> #include <svx/dialmgr.hxx> #include <svx/fmmodel.hxx> 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 <osl/mutex.hxx> #include <vcl/msgbox.hxx> #include <vcl/svapp.hxx> -#include <editeng/brkitem.hxx> +#include <editeng/formatbreakitem.hxx> #include <svx/dialogs.hrc> #include <svx/drawitem.hxx> #include <editeng/eeitem.hxx> -#include <editeng/hyznitem.hxx> +#include <editeng/hyphenzoneitem.hxx> #include <editeng/orphitem.hxx> #include <editeng/spltitem.hxx> #include <svx/svxdlg.hxx> 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 <svx/chrtitem.hxx> #include <svl/intitem.hxx> -#include <editeng/brshitem.hxx> +#include <editeng/brushitem.hxx> #include <editeng/sizeitem.hxx> #include <svl/stritem.hxx> #include <svl/rectitem.hxx> |