summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/source/filter/oox/formulabuffer.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/filter/oox/formulabuffer.cxx b/sc/source/filter/oox/formulabuffer.cxx
index b9ae6b172ad5..343c5455a2e0 100644
--- a/sc/source/filter/oox/formulabuffer.cxx
+++ b/sc/source/filter/oox/formulabuffer.cxx
@@ -54,8 +54,6 @@ public:
ScFormulaCell* mpCell;
Item() : mnRow(-1), mpCell(NULL) {}
- Item( SCROW nRow, ScFormulaCell* pCell ) :
- mnRow(nRow), mpCell(pCell) {}
};
CachedTokenArray( ScDocument& rDoc ) : mrDoc(rDoc) {}