summaryrefslogtreecommitdiff
path: root/sc/inc/documentimport.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-04-16 00:25:38 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-04-16 00:27:56 -0400
commitd1f25fc074568d2e57ab3f5031052c702e72c55f (patch)
treec782f557a6f895ac92f9296d7490bb9e4fb0f9c0 /sc/inc/documentimport.hxx
parent768f089d9d81a8c27940591e2755ea58b30ec96c (diff)
Populate the text width and script type arrays on import.
They must be in sync with their cell array counterpart at all times. Change-Id: I050c08057f06d29f710187129a510dadbfad0e4d
Diffstat (limited to 'sc/inc/documentimport.hxx')
-rw-r--r--sc/inc/documentimport.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/documentimport.hxx b/sc/inc/documentimport.hxx
index eca8021e1728..eeafbba44c47 100644
--- a/sc/inc/documentimport.hxx
+++ b/sc/inc/documentimport.hxx
@@ -58,6 +58,8 @@ public:
void setFormulaCell(const ScAddress& rPos, const OUString& rFormula, formula::FormulaGrammar::Grammar eGrammar);
void setFormulaCell(const ScAddress& rPos, const ScTokenArray& rArray);
+ void finalize();
+
private:
void insertCell(const ScAddress& rPos, ScBaseCell* pCell);
};