summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-08-30 09:47:47 +0300
committerTor Lillqvist <tml@collabora.com>2014-08-30 10:04:19 +0300
commit552b5e1f230fbbf49f3624d3bc31cab32898b16c (patch)
treef512c3060a13ab1fa5fa56bb54b3001d114e6315 /sc/source/filter/excel
parentfcc6e8ae56d539ef92bfb917a52ac0638b3db25f (diff)
WaE: private field 'mnId' is not used
Change-Id: Id3e9c2c380b8c2388eda9e650dae635bfbae7711
Diffstat (limited to 'sc/source/filter/excel')
-rw-r--r--sc/source/filter/excel/xepivot.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sc/source/filter/excel/xepivot.cxx b/sc/source/filter/excel/xepivot.cxx
index 34937da86ee4..c330d64ae16f 100644
--- a/sc/source/filter/excel/xepivot.cxx
+++ b/sc/source/filter/excel/xepivot.cxx
@@ -1184,14 +1184,13 @@ void XclExpPTField::WriteSxvdex( XclExpStream& rStrm ) const
rStrm.EndRecord();
}
-XclExpPivotTable::XclExpPivotTable( const XclExpRoot& rRoot, const ScDPObject& rDPObj, const XclExpPivotCache& rPCache, size_t nId ) :
+XclExpPivotTable::XclExpPivotTable( const XclExpRoot& rRoot, const ScDPObject& rDPObj, const XclExpPivotCache& rPCache, size_t ) :
XclExpRoot( rRoot ),
mrPCache( rPCache ),
maDataOrientField( *this, EXC_SXIVD_DATA ),
mnOutScTab( 0 ),
mbValid( false ),
- mbFilterBtn( false ),
- mnId( nId )
+ mbFilterBtn( false )
{
const ScRange& rOutScRange = rDPObj.GetOutRange();
if( GetAddressConverter().ConvertRange( maPTInfo.maOutXclRange, rOutScRange, true ) )