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 /svx/workben | |
parent | e31807c83009655c342c929a118f0d28a8f63ddc (diff) |
Renamed hard-to-remember 8-char headers in editeng.
Change-Id: If255802082890e1b1b4c5197a791fa79a011773e
Diffstat (limited to 'svx/workben')
-rw-r--r-- | svx/workben/edittest.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/svx/workben/edittest.cxx b/svx/workben/edittest.cxx index 91fc5d6c80f0..eff9f1d70787 100644 --- a/svx/workben/edittest.cxx +++ b/svx/workben/edittest.cxx @@ -53,18 +53,18 @@ // SVX #include <editeng/lrspitem.hxx> #include <editeng/shdditem.hxx> -#include <editeng/cntritem.hxx> -#include <editeng/crsditem.hxx> +#include <editeng/contouritem.hxx> +#include <editeng/crossedoutitem.hxx> #include <editeng/udlnitem.hxx> #include <editeng/lspcitem.hxx> -#include <editeng/escpitem.hxx> +#include <editeng/escapementitem.hxx> #include <editeng/kernitem.hxx> -#include <editeng/akrnitem.hxx> +#include <editeng/autokernitem.hxx> #include <editeng/wrlmitem.hxx> #include <editeng/colritem.hxx> #include <editeng/ulspitem.hxx> #include <editeng/postitem.hxx> -#include <editeng/adjitem.hxx> +#include <editeng/adjustitem.hxx> #include <editeng/wghtitem.hxx> #include <editeng/fhgtitem.hxx> #include <editeng/fontitem.hxx> |