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 /reportdesign | |
parent | e31807c83009655c342c929a118f0d28a8f63ddc (diff) |
Renamed hard-to-remember 8-char headers in editeng.
Change-Id: If255802082890e1b1b4c5197a791fa79a011773e
Diffstat (limited to 'reportdesign')
-rw-r--r-- | reportdesign/source/ui/inspection/GeometryHandler.cxx | 2 | ||||
-rw-r--r-- | reportdesign/source/ui/misc/UITools.cxx | 14 | ||||
-rw-r--r-- | reportdesign/source/ui/report/ReportController.cxx | 2 | ||||
-rw-r--r-- | reportdesign/source/ui/report/ReportSection.cxx | 2 |
4 files changed, 10 insertions, 10 deletions
diff --git a/reportdesign/source/ui/inspection/GeometryHandler.cxx b/reportdesign/source/ui/inspection/GeometryHandler.cxx index 01954e4aeebe..472bb30b15ed 100644 --- a/reportdesign/source/ui/inspection/GeometryHandler.cxx +++ b/reportdesign/source/ui/inspection/GeometryHandler.cxx @@ -101,7 +101,7 @@ #define ITEMID_LINEEND_LIST SID_LINEEND_LIST #include <svx/drawitem.hxx> #define ITEMID_BRUSH SID_ATTR_BRUSH -#include <editeng/brshitem.hxx> +#include <editeng/brushitem.hxx> #include <sfx2/docfilt.hxx> #include "dlgpage.hxx" diff --git a/reportdesign/source/ui/misc/UITools.cxx b/reportdesign/source/ui/misc/UITools.cxx index 336894df2913..c0869d8cab08 100644 --- a/reportdesign/source/ui/misc/UITools.cxx +++ b/reportdesign/source/ui/misc/UITools.cxx @@ -40,25 +40,25 @@ #include <svx/algitem.hxx> #include <svx/svdpagv.hxx> #include <svx/xtable.hxx> // XColorList -#include <editeng/brshitem.hxx> +#include <editeng/brushitem.hxx> #include <editeng/fontitem.hxx> -#include <editeng/emphitem.hxx> +#include <editeng/emphasismarkitem.hxx> #include <editeng/postitem.hxx> #include <editeng/udlnitem.hxx> -#include <editeng/crsditem.hxx> -#include <editeng/cntritem.hxx> +#include <editeng/crossedoutitem.hxx> +#include <editeng/contouritem.hxx> #include <editeng/langitem.hxx> #include <editeng/wghtitem.hxx> #include <editeng/fhgtitem.hxx> #include <editeng/shdditem.hxx> -#include <editeng/escpitem.hxx> +#include <editeng/escapementitem.hxx> #include <editeng/prszitem.hxx> #include <editeng/wrlmitem.hxx> #include <editeng/cmapitem.hxx> #include <editeng/kernitem.hxx> -#include <editeng/blnkitem.hxx> +#include <editeng/blinkitem.hxx> #include <editeng/flstitem.hxx> -#include <editeng/akrnitem.hxx> +#include <editeng/autokernitem.hxx> #include <editeng/colritem.hxx> #include <editeng/justifyitem.hxx> #include <svx/drawitem.hxx> diff --git a/reportdesign/source/ui/report/ReportController.cxx b/reportdesign/source/ui/report/ReportController.cxx index 79fb2890483f..6c51b8f0bad7 100644 --- a/reportdesign/source/ui/report/ReportController.cxx +++ b/reportdesign/source/ui/report/ReportController.cxx @@ -113,7 +113,7 @@ #include <editeng/sizeitem.hxx> #include <sfx2/zoomitem.hxx> #include <svx/zoomslideritem.hxx> -#include <editeng/brshitem.hxx> +#include <editeng/brushitem.hxx> #include <svx/flagsdef.hxx> #include <svx/svdpagv.hxx> #include <svx/svxdlg.hxx> diff --git a/reportdesign/source/ui/report/ReportSection.cxx b/reportdesign/source/ui/report/ReportSection.cxx index ef723e92bec4..40a8433178c8 100644 --- a/reportdesign/source/ui/report/ReportSection.cxx +++ b/reportdesign/source/ui/report/ReportSection.cxx @@ -30,7 +30,7 @@ #include <svx/svdpagv.hxx> #include <editeng/eeitemid.hxx> -#include <editeng/adjitem.hxx> +#include <editeng/adjustitem.hxx> #include <svx/sdrpaintwindow.hxx> #include <svx/unoshape.hxx> #include <svx/gallery.hxx> |