summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-07-27 12:57:49 +0200
committerStephan Bergmann <sbergman@redhat.com>2018-07-28 00:19:12 +0200
commit983664aea83914aa273c07e1e7dd3ddefec86e11 (patch)
tree991c4e9a2b89506f87469ecccd25bfadb3d26fd0
parentPrevent loplugin:unreffun on explicitly defaulted special members (diff)
downloadcore-983664aea83914aa273c07e1e7dd3ddefec86e11.tar.gz
core-983664aea83914aa273c07e1e7dd3ddefec86e11.zip
Missing include (Windows --disable-pch)
Change-Id: I9e8e5da968c777519a0c3d2b1de6de40b0730900 Reviewed-on: https://gerrit.libreoffice.org/58181 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
-rw-r--r--sw/source/uibase/inc/colex.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/colex.hxx b/sw/source/uibase/inc/colex.hxx
index 38f534a1e573..b6db861c1829 100644
--- a/sw/source/uibase/inc/colex.hxx
+++ b/sw/source/uibase/inc/colex.hxx
@@ -22,6 +22,7 @@
#include <svx/pagectrl.hxx>
#include <editeng/paperinf.hxx>
#include <swdllapi.h>
+#include <tgrditem.hxx>
#include <fmtclds.hxx>
#include <frmatr.hxx>
@@ -57,8 +58,6 @@ public:
void UpdateExample( const SfxItemSet& rSet );
};
-class SwTextGridItem;
-
class SW_DLLPUBLIC SwPageGridExample : public PageExample
{
std::unique_ptr<SwTextGridItem> pGridItem;