summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xihelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/excel/xihelper.cxx')
-rw-r--r--sc/source/filter/excel/xihelper.cxx26
1 files changed, 13 insertions, 13 deletions
diff --git a/sc/source/filter/excel/xihelper.cxx b/sc/source/filter/excel/xihelper.cxx
index 3d6e2e49e749..3633a01a32eb 100644
--- a/sc/source/filter/excel/xihelper.cxx
+++ b/sc/source/filter/excel/xihelper.cxx
@@ -18,25 +18,25 @@
*/
#include <memory>
-#include "xihelper.hxx"
+#include <xihelper.hxx>
#include <svl/itemset.hxx>
#include <svl/sharedstringpool.hxx>
#include <editeng/editobj.hxx>
#include <tools/urlobj.hxx>
-#include "scitems.hxx"
+#include <scitems.hxx>
#include <editeng/eeitem.hxx>
#include <editeng/flditem.hxx>
-#include "document.hxx"
-#include "rangelst.hxx"
-#include "editutil.hxx"
-#include "attrib.hxx"
-#include "xltracer.hxx"
-#include "xistream.hxx"
-#include "xistyle.hxx"
-#include "excform.hxx"
-#include "stringutil.hxx"
-#include "scmatrix.hxx"
-#include "documentimport.hxx"
+#include <document.hxx>
+#include <rangelst.hxx>
+#include <editutil.hxx>
+#include <attrib.hxx>
+#include <xltracer.hxx>
+#include <xistream.hxx>
+#include <xistyle.hxx>
+#include <excform.hxx>
+#include <stringutil.hxx>
+#include <scmatrix.hxx>
+#include <documentimport.hxx>
#include <o3tl/make_unique.hxx>
// Excel->Calc cell address/range conversion ==================================