summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-01-29 00:09:59 -0500
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-01-29 09:27:48 -0500
commitf4b3cef45cc8c02ccc7139c644ac4b20079bbc5d (patch)
treedc9d55c8d1b4a2b7b27197b6f805363c6a86a013 /sc/inc
parent0532733965f78f71a41983815d4e0525c07f9019 (diff)
We don't need this hack anymore for unit test.
I've addressed the root cause the right way. Change-Id: I1b3b13d28e4acc9f9ec814c0ad242166aa34a65e
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/document.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index 3874916a4793..b857cb7336f3 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -403,10 +403,6 @@ private:
::std::set<ScFormulaCell*> maSubTotalCells;
- // quick and ugly hack to fix the ScEditableTester problem in ucalc
- // write a clean fix for this as soon as possible
- bool mbIsInTest;
-
public:
SC_DLLPUBLIC sal_uLong GetCellCount() const; // all cells
SCSIZE GetCellCount(SCTAB nTab, SCCOL nCol) const;
@@ -1102,7 +1098,6 @@ public:
bool bColInfo = false, bool bRowInfo = false );
SC_DLLPUBLIC void InitUndoSelected( ScDocument* pSrcDoc, const ScMarkData& rTabSelection,
bool bColInfo = false, bool bRowInfo = false );
- void SetInTest() { mbIsInTest = true; }
// don't use anymore:
void CopyToDocument(SCCOL nCol1, SCROW nRow1, SCTAB nTab1,