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 /editeng/source/uno | |
parent | e31807c83009655c342c929a118f0d28a8f63ddc (diff) |
Renamed hard-to-remember 8-char headers in editeng.
Change-Id: If255802082890e1b1b4c5197a791fa79a011773e
Diffstat (limited to 'editeng/source/uno')
-rw-r--r-- | editeng/source/uno/unofdesc.cxx | 2 | ||||
-rw-r--r-- | editeng/source/uno/unonrule.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/editeng/source/uno/unofdesc.cxx b/editeng/source/uno/unofdesc.cxx index 4bd6028f235c..b1315861e34c 100644 --- a/editeng/source/uno/unofdesc.cxx +++ b/editeng/source/uno/unofdesc.cxx @@ -27,7 +27,7 @@ #include <editeng/postitem.hxx> #include <editeng/udlnitem.hxx> #include <editeng/wghtitem.hxx> -#include <editeng/crsditem.hxx> +#include <editeng/crossedoutitem.hxx> #include <editeng/wrlmitem.hxx> #include <editeng/memberids.hrc> #include <svl/itempool.hxx> diff --git a/editeng/source/uno/unonrule.cxx b/editeng/source/uno/unonrule.cxx index 749dad5c75d2..4e6a4141e53c 100644 --- a/editeng/source/uno/unonrule.cxx +++ b/editeng/source/uno/unonrule.cxx @@ -26,7 +26,7 @@ #include <svtools/grfmgr.hxx> #include <toolkit/unohlp.hxx> -#include <editeng/brshitem.hxx> +#include <editeng/brushitem.hxx> #include <editeng/unoprnms.hxx> #include <editeng/numitem.hxx> #include <editeng/eeitem.hxx> |