summaryrefslogtreecommitdiff
path: root/include/editeng/boxitem.hxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-04-13 15:10:23 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-04-15 11:48:54 +0200
commit0eaa0804085dd6e93257dd31361490720456679d (patch)
tree44877202db389fbbe6ad6dd891eab1deccef52c0 /include/editeng/boxitem.hxx
parentb0da0a45a6453a0ddebded83ae8401e7f3cccde3 (diff)
tdf#42949 Fix IWYU warnings in include/editeng/[a-e]*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I81917d697adf79b1bd0de4cc262d3cd6bc8eb36f Reviewed-on: https://gerrit.libreoffice.org/70710 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/editeng/boxitem.hxx')
-rw-r--r--include/editeng/boxitem.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/editeng/boxitem.hxx b/include/editeng/boxitem.hxx
index 103967578f20..db97f78e6d0f 100644
--- a/include/editeng/boxitem.hxx
+++ b/include/editeng/boxitem.hxx
@@ -21,13 +21,14 @@
#define INCLUDED_EDITENG_BOXITEM_HXX
#include <svl/poolitem.hxx>
-#include <editeng/borderline.hxx>
#include <editeng/editengdllapi.h>
#include <com/sun/star/table/BorderLine2.hpp>
#include <o3tl/typed_flags_set.hxx>
#include <memory>
+namespace editeng { class SvxBorderLine; }
+
// class SvxBoxItem ------------------------------------------------------
/* [Description]