diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-22 21:51:44 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-23 10:35:44 +0100 |
commit | 43f8cba7d238e6db25e05edd0d9713dcc42fc861 (patch) | |
tree | 797d2e5aeae4d288a143e7483997538758ea7af9 /sc | |
parent | 6c1e8719013b47ff3d3954173a17e49f3a361009 (diff) |
callcatcher: yet more unused code
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/inc/lotattr.hxx | 5 | ||||
-rw-r--r-- | sc/source/filter/lotus/lotattr.cxx | 8 |
2 files changed, 2 insertions, 11 deletions
diff --git a/sc/source/filter/inc/lotattr.hxx b/sc/source/filter/inc/lotattr.hxx index 3279efc5fa30..31d471bb6ed8 100644 --- a/sc/source/filter/inc/lotattr.hxx +++ b/sc/source/filter/inc/lotattr.hxx @@ -123,10 +123,7 @@ public: void SetAttr (const SCROW nRow, const ScPatternAttr&); - void Apply (const SCCOL nCol, const SCTAB nTab, const sal_Bool bClear = true); - - void Clear (); - + void Apply (const SCCOL nCol, const SCTAB nTab ); private: struct ENTRY diff --git a/sc/source/filter/lotus/lotattr.cxx b/sc/source/filter/lotus/lotattr.cxx index e997c0df7f0a..d15ff3c6c066 100644 --- a/sc/source/filter/lotus/lotattr.cxx +++ b/sc/source/filter/lotus/lotattr.cxx @@ -234,7 +234,7 @@ void LotAttrCol::SetAttr( const SCROW nRow, const ScPatternAttr& rAttr ) } -void LotAttrCol::Apply( const SCCOL nColNum, const SCTAB nTabNum, const sal_Bool /*bClear*/ ) +void LotAttrCol::Apply( const SCCOL nColNum, const SCTAB nTabNum ) { ScDocument* pDoc = pLotusRoot->pDoc; @@ -246,12 +246,6 @@ void LotAttrCol::Apply( const SCCOL nColNum, const SCTAB nTabNum, const sal_Bool } } - -void LotAttrCol::Clear () -{ - aEntries.clear(); -} - void LotAttrTable::SetAttr( const SCCOL nColFirst, const SCCOL nColLast, const SCROW nRow, const LotAttrWK3& rAttr ) { |