summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/formulabuffer.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-11-13 14:09:20 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-11-14 10:15:08 +0100
commita2fcb3869308a6d4963fe13c5e598fe8aa6420ae (patch)
treef4df4fbef339f1ffbc572b3ebcdcaaddfa8ae383 /sc/source/filter/oox/formulabuffer.cxx
parent0d61e8250baec8c59e0036290ce56c885668a152 (diff)
-Werror,-Wunused-member-function
Change-Id: Ib0974dcfa02a151ed970334e56c596e9c3343ca6
Diffstat (limited to 'sc/source/filter/oox/formulabuffer.cxx')
-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) {}