diff options
Diffstat (limited to 'sc/source/core/data/documen4.cxx')
-rw-r--r-- | sc/source/core/data/documen4.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/core/data/documen4.cxx b/sc/source/core/data/documen4.cxx index 38598da40..8c3bfe79b 100644 --- a/sc/source/core/data/documen4.cxx +++ b/sc/source/core/data/documen4.cxx @@ -76,7 +76,7 @@ BOOL ScDocument::Solver(SCCOL nFCol, SCROW nFRow, SCTAB nFTab, if (eFType == CELLTYPE_FORMULA && (eVType == CELLTYPE_VALUE || eVType == CELLTYPE_NOTE) ) { - SingleRefData aRefData; + ScSingleRefData aRefData; aRefData.InitFlags(); aRefData.nCol = nVCol; aRefData.nRow = nVRow; @@ -163,7 +163,7 @@ void ScDocument::InsertMatrixFormula(SCCOL nCol1, SCROW nRow1, } } - SingleRefData aRefData; + ScSingleRefData aRefData; aRefData.InitFlags(); aRefData.nCol = nCol1; aRefData.nRow = nRow1; |