[Libreoffice-commits] core.git: sc/inc
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Fri Apr 26 09:15:49 UTC 2019
sc/inc/attarray.hxx | 3 ++-
sc/inc/document.hxx | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
New commits:
commit 979e7ec711e475bc1a61f98c074fc3d3656467cf
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Fri Apr 26 08:43:41 2019 +0200
Commit: Stephan Bergmann <sbergman at 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 <sbergman at 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;
More information about the Libreoffice-commits
mailing list