diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-02-12 13:41:53 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-02-12 15:15:06 -0500 |
commit | 1aaf9a9b362188eb706eae2b6b93df35266047d3 (patch) | |
tree | ccc8b9f8f1eb4019ac2c822b19eda6b498337382 /chart2/source/controller/main | |
parent | e31807c83009655c342c929a118f0d28a8f63ddc (diff) |
Renamed hard-to-remember 8-char headers in editeng.
Change-Id: If255802082890e1b1b4c5197a791fa79a011773e
Diffstat (limited to 'chart2/source/controller/main')
-rw-r--r-- | chart2/source/controller/main/DrawCommandDispatch.cxx | 2 | ||||
-rw-r--r-- | chart2/source/controller/main/ShapeController.cxx | 4 |
2 files changed, 3 insertions, 3 deletions
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> |