summaryrefslogtreecommitdiff
path: root/sw/inc/unocoll.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2018-03-27 22:51:40 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-03-28 09:03:57 +0200
commit1209db8525e386f76c861cf161ffb39fa802f1f0 (patch)
tree2d0cbef77dede40e0aa2a39dcdc0bcfb3b3d94b0 /sw/inc/unocoll.hxx
parentbdd7abf56676732f8ce4fd04bea5c72758f1ec3b (diff)
sw: fix some IWYU warnings
Change-Id: I96a6401f0cc7bf9f219717671e41932d7d8570b7 Reviewed-on: https://gerrit.libreoffice.org/51972 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'sw/inc/unocoll.hxx')
-rw-r--r--sw/inc/unocoll.hxx12
1 files changed, 1 insertions, 11 deletions
diff --git a/sw/inc/unocoll.hxx b/sw/inc/unocoll.hxx
index 9048a2c4d8d0..512f7dedb0fa 100644
--- a/sw/inc/unocoll.hxx
+++ b/sw/inc/unocoll.hxx
@@ -18,16 +18,13 @@
*/
#ifndef INCLUDED_SW_INC_UNOCOLL_HXX
#define INCLUDED_SW_INC_UNOCOLL_HXX
-#include <tools/solar.h>
+#include <limits.h>
#include "flyenum.hxx"
-#include <vcl/timer.hxx>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/container/XEnumerationAccess.hpp>
#include <com/sun/star/container/XNameAccess.hpp>
#include <com/sun/star/container/XIndexAccess.hpp>
#include <cppuhelper/implbase.hxx>
-#include "IMark.hxx"
-#include "unobaseclass.hxx"
#include "swdllapi.h"
class SwDoc;
@@ -38,15 +35,8 @@ namespace com{namespace sun {namespace star {namespace text
class XTextSection;
class XFootnote;
}}}}
-class SwXFrame;
-class SwFrameFormat;
class SwFormatFootnote;
-class XBookmark;
-class SwXReferenceMark;
class SwSectionFormat;
-class SwFormatRefMark;
-class SwXReferenceMark;
-class SwXBookmark;
struct SvEventDescription;
const SvEventDescription* sw_GetSupportedMacroItems();