summaryrefslogtreecommitdiff
path: root/sc/inc/document.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r--sc/inc/document.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index a6438adcb429..030dd21d40eb 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -145,6 +145,7 @@ class ScNotes;
class ScEditDataArray;
class EditTextObject;
struct ScRefCellValue;
+class ScDocumentImport;
namespace com { namespace sun { namespace star {
namespace lang {
@@ -219,6 +220,7 @@ friend class ScColumnTextWidthIterator;
friend class ScFormulaCell;
friend class ScTable;
friend struct ScRefCellValue;
+friend class ScDocumentImport;
typedef ::std::vector<ScTable*> TableContainer;
private: