summaryrefslogtreecommitdiffstats
path: root/sc/inc/documentimport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/documentimport.hxx')
-rw-r--r--sc/inc/documentimport.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/inc/documentimport.hxx b/sc/inc/documentimport.hxx
index afd954bf93d5..9fddf2b86282 100644
--- a/sc/inc/documentimport.hxx
+++ b/sc/inc/documentimport.hxx
@@ -20,7 +20,6 @@
class ScDocument;
class ScAddress;
class ScTokenArray;
-class ScBaseCell;
struct ScDocumentImportImpl;
/**
@@ -62,9 +61,6 @@ public:
void setFormulaCell(const ScAddress& rPos, const ScTokenArray& rArray);
void finalize();
-
-private:
- void insertCell(const ScAddress& rPos, ScBaseCell* pCell);
};
#endif