sc/inc/attarray.hxx |    3 ++-
 sc/inc/document.hxx |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 979e7ec711e475bc1a61f98c074fc3d3656467cf
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Fri Apr 26 08:43:41 2019 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Fri Apr 26 11:14:40 2019 +0200

    ScPatternAttr needs to be a complete type here (Windows --disable-pch)
    
    Change-Id: Iafbdd3b7e872cd15718879e5c7f1256069156d5f
    Reviewed-on: https://gerrit.libreoffice.org/71343
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/sc/inc/attarray.hxx b/sc/inc/attarray.hxx
index b43befd45e84..6a3ad78c7e44 100644
--- a/sc/inc/attarray.hxx
+++ b/sc/inc/attarray.hxx
@@ -22,6 +22,8 @@
 
 #include "global.hxx"
 #include "attrib.hxx"
+#include "patattr.hxx"
+
 #include <algorithm>
 #include <memory>
 
@@ -30,7 +32,6 @@
 class ScDocument;
 class ScEditDataArray;
 class ScMarkArray;
-class ScPatternAttr;
 class ScStyleSheet;
 class ScFlatBoolRowSegments;
 
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index 3d6b87b155fd..6045ec64d270 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -24,6 +24,7 @@
 #include <vcl/errcode.hxx>
 #include <com/sun/star/uno/Reference.hxx>
 #include <vcl/vclptr.hxx>
+#include "patattr.hxx"
 #include "scdllapi.h"
 #include "interpretercontext.hxx"
 #include "rangelst.hxx"
@@ -142,7 +143,6 @@ class ScExternalRefManager;
 class ScFormulaCell;
 class ScMacroManager;
 class ScOutlineTable;
-class ScPatternAttr;
 class ScPrintRangeSaver;
 class ScStyleSheet;
 class ScStyleSheetPool;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to