summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-02-12 13:41:53 -0500
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-02-12 15:15:06 -0500
commit1aaf9a9b362188eb706eae2b6b93df35266047d3 (patch)
treeccc8b9f8f1eb4019ac2c822b19eda6b498337382 /sc/source/filter/xml
parente31807c83009655c342c929a118f0d28a8f63ddc (diff)
Renamed hard-to-remember 8-char headers in editeng.
Change-Id: If255802082890e1b1b4c5197a791fa79a011773e
Diffstat (limited to 'sc/source/filter/xml')
-rw-r--r--sc/source/filter/xml/xmlcelli.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/filter/xml/xmlcelli.cxx b/sc/source/filter/xml/xmlcelli.cxx
index ba9f1da86160..def3a39d8988 100644
--- a/sc/source/filter/xml/xmlcelli.cxx
+++ b/sc/source/filter/xml/xmlcelli.cxx
@@ -68,15 +68,15 @@
#include "editeng/fontitem.hxx"
#include "editeng/udlnitem.hxx"
#include "editeng/wrlmitem.hxx"
-#include "editeng/crsditem.hxx"
+#include "editeng/crossedoutitem.hxx"
#include "editeng/charreliefitem.hxx"
#include "editeng/charscaleitem.hxx"
-#include "editeng/cntritem.hxx"
+#include "editeng/contouritem.hxx"
#include "editeng/shdditem.hxx"
#include "editeng/kernitem.hxx"
-#include "editeng/akrnitem.hxx"
-#include "editeng/escpitem.hxx"
-#include "editeng/emphitem.hxx"
+#include "editeng/autokernitem.hxx"
+#include "editeng/escapementitem.hxx"
+#include "editeng/emphasismarkitem.hxx"
#include "editeng/langitem.hxx"
#include <svx/unoapi.hxx>
#include <svl/languageoptions.hxx>