summaryrefslogtreecommitdiff
path: root/sc/inc/document.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-04-26 08:43:41 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-04-26 11:14:40 +0200
commit979e7ec711e475bc1a61f98c074fc3d3656467cf (patch)
tree57e460dfd7347be01d0c502f20ad6dbe3abf756f /sc/inc/document.hxx
parentcc2c0439e4b9dcfb141945d9ea5867053a9eb3be (diff)
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@redhat.com>
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r--sc/inc/document.hxx2
1 files changed, 1 insertions, 1 deletions
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;