[Libreoffice-commits] core.git: sw/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Jul 27 22:19:44 UTC 2018


 sw/source/uibase/inc/colex.hxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 983664aea83914aa273c07e1e7dd3ddefec86e11
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Fri Jul 27 12:57:49 2018 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Sat Jul 28 00:19:12 2018 +0200

    Missing include (Windows --disable-pch)
    
    Change-Id: I9e8e5da968c777519a0c3d2b1de6de40b0730900
    Reviewed-on: https://gerrit.libreoffice.org/58181
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

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;


More information about the Libreoffice-commits mailing list