summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmlithlp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/xml/xmlithlp.cxx')
-rw-r--r--sw/source/filter/xml/xmlithlp.cxx20
1 files changed, 7 insertions, 13 deletions
diff --git a/sw/source/filter/xml/xmlithlp.cxx b/sw/source/filter/xml/xmlithlp.cxx
index 6dc8f3830e77..fe07be27ec50 100644
--- a/sw/source/filter/xml/xmlithlp.cxx
+++ b/sw/source/filter/xml/xmlithlp.cxx
@@ -17,26 +17,20 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#include <limits.h>
+
#include "xmlithlp.hxx"
-#include <hintids.hxx>
-#include <unomid.h>
#include <sax/tools/converter.hxx>
-#include <svx/unomid.hxx>
-#include <editeng/lrspitem.hxx>
-#include <editeng/ulspitem.hxx>
-#include <editeng/shaditem.hxx>
-#include <editeng/boxitem.hxx>
-#include <editeng/formatbreakitem.hxx>
-#include <editeng/keepitem.hxx>
+#include <editeng/borderline.hxx>
#include <editeng/brushitem.hxx>
-#include <fmtpdsc.hxx>
-#include <fmtornt.hxx>
-#include <fmtfsize.hxx>
-#include <fmtlsplt.hxx>
#include <xmloff/xmluconv.hxx>
#include <osl/diagnose.h>
+#include <com/sun/star/table/BorderLineStyle.hpp>
+#include <com/sun/star/text/HoriOrientation.hpp>
+#include <com/sun/star/text/VertOrientation.hpp>
+
using ::editeng::SvxBorderLine;
using namespace ::xmloff::token;
using namespace ::com::sun::star;