summaryrefslogtreecommitdiff
path: root/sc/source/filter
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter')
-rw-r--r--sc/source/filter/excel/xecontent.cxx1
-rw-r--r--sc/source/filter/excel/xestream.cxx1
-rw-r--r--sc/source/filter/excel/xilink.cxx8
-rw-r--r--sc/source/filter/html/htmlpars.cxx1
-rw-r--r--sc/source/filter/inc/XclExpChangeTrack.hxx1
-rw-r--r--sc/source/filter/inc/condformatbuffer.hxx2
-rw-r--r--sc/source/filter/inc/defnamesbuffer.hxx1
-rw-r--r--sc/source/filter/inc/drawingmanager.hxx4
-rw-r--r--sc/source/filter/inc/excdoc.hxx2
-rw-r--r--sc/source/filter/inc/externallinkbuffer.hxx1
-rw-r--r--sc/source/filter/inc/htmlpars.hxx1
-rw-r--r--sc/source/filter/inc/numberformatsbuffer.hxx1
-rw-r--r--sc/source/filter/inc/scflt.hxx1
-rw-r--r--sc/source/filter/inc/xecontent.hxx1
-rw-r--r--sc/source/filter/inc/xestream.hxx1
-rw-r--r--sc/source/filter/inc/xetable.hxx1
-rw-r--r--sc/source/filter/oox/condformatbuffer.cxx2
-rw-r--r--sc/source/filter/oox/defnamesbuffer.cxx3
-rw-r--r--sc/source/filter/oox/drawingmanager.cxx4
-rw-r--r--sc/source/filter/oox/externallinkbuffer.cxx1
-rw-r--r--sc/source/filter/oox/numberformatsbuffer.cxx3
-rw-r--r--sc/source/filter/xcl97/XclExpChangeTrack.cxx1
-rw-r--r--sc/source/filter/xml/XMLTableHeaderFooterContext.cxx1
-rw-r--r--sc/source/filter/xml/XMLTableHeaderFooterContext.hxx1
-rw-r--r--sc/source/filter/xml/XMLTextPContext.cxx3
-rw-r--r--sc/source/filter/xml/XMLTextPContext.hxx1
-rw-r--r--sc/source/filter/xml/xmlannoi.cxx1
-rw-r--r--sc/source/filter/xml/xmlannoi.hxx1
-rw-r--r--sc/source/filter/xml/xmlcondformat.cxx1
-rw-r--r--sc/source/filter/xml/xmlcondformat.hxx1
-rw-r--r--sc/source/filter/xml/xmldpimp.hxx1
-rw-r--r--sc/source/filter/xml/xmldrani.hxx1
-rw-r--r--sc/source/filter/xml/xmlexternaltabi.cxx1
-rw-r--r--sc/source/filter/xml/xmlexternaltabi.hxx1
-rw-r--r--sc/source/filter/xml/xmlfilti.hxx4
35 files changed, 5 insertions, 55 deletions
diff --git a/sc/source/filter/excel/xecontent.cxx b/sc/source/filter/excel/xecontent.cxx
index 905073eadf09..6bef29b1f5ce 100644
--- a/sc/source/filter/excel/xecontent.cxx
+++ b/sc/source/filter/excel/xecontent.cxx
@@ -1043,7 +1043,6 @@ void XclExpCondfmt::SaveXml( XclExpXmlStream& rStrm )
XclExpColorScale::XclExpColorScale( const XclExpRoot& rRoot, const ScColorScaleFormat& rFormat, sal_Int32 nPriority ):
XclExpRecord(),
XclExpRoot( rRoot ),
- mrFormat( rFormat ),
mnPriority( nPriority )
{
const ScRange* pRange = rFormat.GetRange().front();
diff --git a/sc/source/filter/excel/xestream.cxx b/sc/source/filter/excel/xestream.cxx
index 67df56f12c91..fe96d7554043 100644
--- a/sc/source/filter/excel/xestream.cxx
+++ b/sc/source/filter/excel/xestream.cxx
@@ -483,7 +483,6 @@ void XclExpStream::WriteRawZeroBytes( sal_Size nBytes )
// ============================================================================
XclExpBiff8Encrypter::XclExpBiff8Encrypter( const XclExpRoot& rRoot ) :
- mrRoot(rRoot),
mnOldPos(STREAM_SEEK_TO_END),
mbValid(false)
{
diff --git a/sc/source/filter/excel/xilink.cxx b/sc/source/filter/excel/xilink.cxx
index d6d83de45573..e38aea37d269 100644
--- a/sc/source/filter/excel/xilink.cxx
+++ b/sc/source/filter/excel/xilink.cxx
@@ -92,7 +92,6 @@ private:
XclImpCrnList maCrnList; /// List of CRN records (cached cell values).
String maTabName; /// Name of the external sheet.
- SCTAB mnScTab; /// New sheet index in Calc document.
};
// External document (SUPBOOK) ================================================
@@ -222,7 +221,6 @@ private:
XclImpXtiVector maXtiList; /// List of all XTI structures.
XclImpSupbookList maSupbookList; /// List of external documents.
- bool mbCreated; /// true = Calc sheets already created.
};
// ============================================================================
@@ -564,8 +562,7 @@ const XclAddress& XclImpCrn::GetAddress() const
// Sheet in an external document ==============================================
XclImpSupbookTab::XclImpSupbookTab( const String& rTabName ) :
- maTabName( rTabName ),
- mnScTab( SCTAB_INVALID )
+ maTabName( rTabName )
{
}
@@ -749,8 +746,7 @@ void XclImpSupbook::LoadCachedValues()
// Import link manager ========================================================
XclImpLinkManagerImpl::XclImpLinkManagerImpl( const XclImpRoot& rRoot ) :
- XclImpRoot( rRoot ),
- mbCreated( false )
+ XclImpRoot( rRoot )
{
}
diff --git a/sc/source/filter/html/htmlpars.cxx b/sc/source/filter/html/htmlpars.cxx
index 4034d033c84a..41eef6610442 100644
--- a/sc/source/filter/html/htmlpars.cxx
+++ b/sc/source/filter/html/htmlpars.cxx
@@ -238,7 +238,6 @@ ScHTMLLayoutParser::ScHTMLLayoutParser(
nTableWidth(0),
nColOffset(0),
nColOffsetStart(0),
- nMetaCnt(0),
nOffsetTolerance( SC_HTML_OFFSET_TOLERANCE_SMALL ),
bTabInTabCell( false ),
bFirstRow( true ),
diff --git a/sc/source/filter/inc/XclExpChangeTrack.hxx b/sc/source/filter/inc/XclExpChangeTrack.hxx
index 4997f0ead6a8..e12f2187c412 100644
--- a/sc/source/filter/inc/XclExpChangeTrack.hxx
+++ b/sc/source/filter/inc/XclExpChangeTrack.hxx
@@ -613,7 +613,6 @@ private:
ScDocument* pTempDoc; // empty document
- sal_uInt32 nNewAction; // action number, 1-based
XclExpChTrHeader* pHeader; // header record for last GUID
sal_uInt8 aGUID[ 16 ]; // GUID for action info records
sal_Bool bValidGUID;
diff --git a/sc/source/filter/inc/condformatbuffer.hxx b/sc/source/filter/inc/condformatbuffer.hxx
index 188a0aff8538..91521c6e83d6 100644
--- a/sc/source/filter/inc/condformatbuffer.hxx
+++ b/sc/source/filter/inc/condformatbuffer.hxx
@@ -110,7 +110,6 @@ public:
void AddEntries( ScColorScaleFormat* pFormat, ScDocument* pDoc, const ScAddress& rAddr );
private:
- const CondFormat& mrCondFormat;
std::vector< ColorScaleRuleModelEntry > maColorScaleRuleEntries;
sal_uInt32 mnCfvo;
@@ -130,7 +129,6 @@ public:
ScDataBarFormatData* getDataBarFormatData() { return mpFormat; }
private:
- const CondFormat& mrCondFormat;
ScDataBarFormatData* mpFormat;
boost::scoped_ptr<ColorScaleRuleModelEntry> mpUpperLimit;
diff --git a/sc/source/filter/inc/defnamesbuffer.hxx b/sc/source/filter/inc/defnamesbuffer.hxx
index d3269a4ae79d..b9012fbad867 100644
--- a/sc/source/filter/inc/defnamesbuffer.hxx
+++ b/sc/source/filter/inc/defnamesbuffer.hxx
@@ -212,7 +212,6 @@ private:
DefNameNameMap maModelNameMap; /// Maps all defined names by sheet index and model name.
DefNameBuiltinMap maBuiltinMap; /// Maps all defined names by sheet index and built-in identifier.
DefNameTokenIdMap maTokenIdMap; /// Maps all defined names by API token index.
- sal_Int16 mnCalcSheet; /// Current sheet index for BIFF2-BIFF4 names (always sheet-local).
};
// ============================================================================
diff --git a/sc/source/filter/inc/drawingmanager.hxx b/sc/source/filter/inc/drawingmanager.hxx
index 4b397557b35a..7a784c960cf6 100644
--- a/sc/source/filter/inc/drawingmanager.hxx
+++ b/sc/source/filter/inc/drawingmanager.hxx
@@ -158,16 +158,12 @@ private:
::rtl::OUString maObjName; /// Name of the object.
::rtl::OUString maMacroName; /// Name of an attached macro.
::rtl::OUString maHyperlink; /// On-click hyperlink URL.
- sal_uInt32 mnDffShapeId; /// Shape identifier from DFF stream (BIFF8 only).
- sal_uInt32 mnDffFlags; /// Shape flags from DFF stream.
sal_uInt16 mnObjId; /// The object identifier (unique per drawing).
sal_uInt16 mnObjType; /// The object type from OBJ record.
- bool mbHasAnchor; /// True = anchor has been initialized.
bool mbHidden; /// True = object is hidden.
bool mbVisible; /// True = object is visible (form controls).
bool mbPrintable; /// True = object is printable.
bool mbAreaObj; /// True = width and height must be greater than 0.
- bool mbAutoMargin; /// True = set automatic text margin.
bool mbSimpleMacro; /// True = create simple macro link and hyperlink.
bool mbProcessShape; /// True = object is valid, do processing and insertion.
bool mbInsertShape; /// True = insert the UNO shape into the draw page.
diff --git a/sc/source/filter/inc/excdoc.hxx b/sc/source/filter/inc/excdoc.hxx
index 4c74f1fd00cc..7477052bc486 100644
--- a/sc/source/filter/inc/excdoc.hxx
+++ b/sc/source/filter/inc/excdoc.hxx
@@ -62,8 +62,6 @@ private:
SCTAB mnScTab; // table number SC document
sal_uInt16 nExcTab; // table number Excel document
- sal_uInt16 nAktRow; // fuer'n Iterator
- sal_uInt16 nAktCol;
NameBuffer* pTabNames;
diff --git a/sc/source/filter/inc/externallinkbuffer.hxx b/sc/source/filter/inc/externallinkbuffer.hxx
index 72c3297bd464..59014b34b83d 100644
--- a/sc/source/filter/inc/externallinkbuffer.hxx
+++ b/sc/source/filter/inc/externallinkbuffer.hxx
@@ -128,7 +128,6 @@ private:
ExternalNameModel maExtNameModel; /// Additional name data.
ResultMatrix maResults; /// DDE/OLE link results.
ResultMatrix::iterator maCurrIt; /// Current position in result matrix.
- sal_uInt32 mnStorageId; /// OLE storage identifier (BIFF).
::com::sun::star::uno::Reference< ::com::sun::star::sheet::XDDELink >
mxDdeLink; /// Interface of a DDE link.
bool mbDdeLinkCreated; /// True = already tried to create the DDE link.
diff --git a/sc/source/filter/inc/htmlpars.hxx b/sc/source/filter/inc/htmlpars.hxx
index fbae497014bf..db93a76fc62e 100644
--- a/sc/source/filter/inc/htmlpars.hxx
+++ b/sc/source/filter/inc/htmlpars.hxx
@@ -190,7 +190,6 @@ private:
sal_uInt16 nTableWidth; // je Table
sal_uInt16 nColOffset; // aktuell, Pixel
sal_uInt16 nColOffsetStart; // Startwert je Table, in Pixel
- sal_uInt16 nMetaCnt; // fuer ParseMetaOptions
sal_uInt16 nOffsetTolerance; // for use with SeekOffset and related
bool bTabInTabCell:1;
bool bFirstRow:1; // je Table, ob in erster Zeile
diff --git a/sc/source/filter/inc/numberformatsbuffer.hxx b/sc/source/filter/inc/numberformatsbuffer.hxx
index ac9a63bf94b5..e5b7eeebe1cc 100644
--- a/sc/source/filter/inc/numberformatsbuffer.hxx
+++ b/sc/source/filter/inc/numberformatsbuffer.hxx
@@ -129,7 +129,6 @@ private:
NumberFormatMap maNumFmts; /// List of number formats.
::rtl::OUString maLocaleStr; /// Current office locale.
- sal_Int32 mnNextBiffIndex; /// Format id counter for BIFF2-BIFF4.
};
// ============================================================================
diff --git a/sc/source/filter/inc/scflt.hxx b/sc/source/filter/inc/scflt.hxx
index 8439a25bc597..0073ae632116 100644
--- a/sc/source/filter/inc/scflt.hxx
+++ b/sc/source/filter/inc/scflt.hxx
@@ -721,7 +721,6 @@ class Sc10Import
Sc10PatternCollection* pPatternCollection;
Sc10DataBaseCollection* pDataBaseCollection;
sal_uLong nError;
- SCTAB TabCount;
SCTAB nShowTab;
ScViewOptions aSc30ViewOpt;
ScfStreamProgressBar* pPrgrsBar;
diff --git a/sc/source/filter/inc/xecontent.hxx b/sc/source/filter/inc/xecontent.hxx
index 668641b06877..23ca6e40750b 100644
--- a/sc/source/filter/inc/xecontent.hxx
+++ b/sc/source/filter/inc/xecontent.hxx
@@ -257,7 +257,6 @@ private:
XclExpCfvoList maCfvoList;
XclExpColScaleColList maColList;
- const ScColorScaleFormat& mrFormat;
sal_Int32 mnPriority;
};
diff --git a/sc/source/filter/inc/xestream.hxx b/sc/source/filter/inc/xestream.hxx
index 7abb5b3a2f31..3c22bda1c096 100644
--- a/sc/source/filter/inc/xestream.hxx
+++ b/sc/source/filter/inc/xestream.hxx
@@ -236,7 +236,6 @@ private:
sal_uInt8 mpnSalt[16];
sal_uInt8 mpnSaltDigest[16];
- const XclExpRoot& mrRoot;
sal_Size mnOldPos; /// Last known stream position
bool mbValid;
};
diff --git a/sc/source/filter/inc/xetable.hxx b/sc/source/filter/inc/xetable.hxx
index 681f47b4f2e6..598dcde8fc2f 100644
--- a/sc/source/filter/inc/xetable.hxx
+++ b/sc/source/filter/inc/xetable.hxx
@@ -239,7 +239,6 @@ private:
virtual void WriteBody( XclExpStream& rStrm );
private:
- SCTAB mnScTab; /// Sheet index of this record.
sal_uInt16 mnLastAppXclCol;/// Column index of last appended cell.
sal_uInt16 mnColInpXclCol; /// Column index of column input cell.
sal_uInt32 mnColInpXclRow; /// Row index of column input cell.
diff --git a/sc/source/filter/oox/condformatbuffer.cxx b/sc/source/filter/oox/condformatbuffer.cxx
index 105dc06658a3..7df532120e31 100644
--- a/sc/source/filter/oox/condformatbuffer.cxx
+++ b/sc/source/filter/oox/condformatbuffer.cxx
@@ -148,7 +148,6 @@ void lclAppendProperty( ::std::vector< PropertyValue >& orProps, const OUString&
ColorScaleRule::ColorScaleRule( const CondFormat& rFormat ):
WorksheetHelper( rFormat ),
- mrCondFormat( rFormat ),
mnCfvo(0),
mnCol(0)
{
@@ -267,7 +266,6 @@ void ColorScaleRule::AddEntries( ScColorScaleFormat* pFormat, ScDocument* pDoc,
//
DataBarRule::DataBarRule( const CondFormat& rFormat ):
WorksheetHelper( rFormat ),
- mrCondFormat( rFormat ),
mpFormat(new ScDataBarFormatData)
{
mpFormat->meAxisPosition = databar::NONE;
diff --git a/sc/source/filter/oox/defnamesbuffer.cxx b/sc/source/filter/oox/defnamesbuffer.cxx
index 4eafab759461..b31b5fb16a3c 100644
--- a/sc/source/filter/oox/defnamesbuffer.cxx
+++ b/sc/source/filter/oox/defnamesbuffer.cxx
@@ -485,8 +485,7 @@ bool DefinedName::getAbsoluteRange( CellRangeAddress& orRange ) const
// ============================================================================
DefinedNamesBuffer::DefinedNamesBuffer( const WorkbookHelper& rHelper ) :
- WorkbookHelper( rHelper ),
- mnCalcSheet( -1 )
+ WorkbookHelper( rHelper )
{
}
diff --git a/sc/source/filter/oox/drawingmanager.cxx b/sc/source/filter/oox/drawingmanager.cxx
index 37eecb328e3c..9739880fdd9c 100644
--- a/sc/source/filter/oox/drawingmanager.cxx
+++ b/sc/source/filter/oox/drawingmanager.cxx
@@ -229,16 +229,12 @@ void BiffDrawingObjectContainer::convertAndInsert( BiffDrawingBase& rDrawing, co
BiffDrawingObjectBase::BiffDrawingObjectBase( const WorksheetHelper& rHelper ) :
WorksheetHelper( rHelper ),
maAnchor( rHelper ),
- mnDffShapeId( 0 ),
- mnDffFlags( 0 ),
mnObjId( BIFF_OBJ_INVALID_ID ),
mnObjType( BIFF_OBJTYPE_UNKNOWN ),
- mbHasAnchor( false ),
mbHidden( false ),
mbVisible( true ),
mbPrintable( true ),
mbAreaObj( false ),
- mbAutoMargin( true ),
mbSimpleMacro( true ),
mbProcessShape( true ),
mbInsertShape( true ),
diff --git a/sc/source/filter/oox/externallinkbuffer.cxx b/sc/source/filter/oox/externallinkbuffer.cxx
index d6b758794c22..cb0e608d66ae 100644
--- a/sc/source/filter/oox/externallinkbuffer.cxx
+++ b/sc/source/filter/oox/externallinkbuffer.cxx
@@ -105,7 +105,6 @@ ExternalNameModel::ExternalNameModel() :
ExternalName::ExternalName( const ExternalLink& rParentLink ) :
DefinedNameBase( rParentLink ),
mrParentLink( rParentLink ),
- mnStorageId( 0 ),
mbDdeLinkCreated( false )
{
}
diff --git a/sc/source/filter/oox/numberformatsbuffer.cxx b/sc/source/filter/oox/numberformatsbuffer.cxx
index 83755ec164e7..2c3c42156a8b 100644
--- a/sc/source/filter/oox/numberformatsbuffer.cxx
+++ b/sc/source/filter/oox/numberformatsbuffer.cxx
@@ -1961,8 +1961,7 @@ void NumberFormat::writeToPropertyMap( PropertyMap& rPropMap ) const
// ============================================================================
NumberFormatsBuffer::NumberFormatsBuffer( const WorkbookHelper& rHelper ) :
- WorkbookHelper( rHelper ),
- mnNextBiffIndex( 0 )
+ WorkbookHelper( rHelper )
{
// get the current locale
// try user-defined locale setting
diff --git a/sc/source/filter/xcl97/XclExpChangeTrack.cxx b/sc/source/filter/xcl97/XclExpChangeTrack.cxx
index f18e824ea776..66359f2ddc3a 100644
--- a/sc/source/filter/xcl97/XclExpChangeTrack.cxx
+++ b/sc/source/filter/xcl97/XclExpChangeTrack.cxx
@@ -1416,7 +1416,6 @@ XclExpChangeTrack::XclExpChangeTrack( const XclExpRoot& rRoot ) :
aActionStack(),
pTabIdBuffer( NULL ),
pTempDoc( NULL ),
- nNewAction( 1 ),
pHeader( NULL ),
bValidGUID( false )
{
diff --git a/sc/source/filter/xml/XMLTableHeaderFooterContext.cxx b/sc/source/filter/xml/XMLTableHeaderFooterContext.cxx
index e848619db5cf..92208d4dd50f 100644
--- a/sc/source/filter/xml/XMLTableHeaderFooterContext.cxx
+++ b/sc/source/filter/xml/XMLTableHeaderFooterContext.cxx
@@ -60,7 +60,6 @@ XMLTableHeaderFooterContext::XMLTableHeaderFooterContext( SvXMLImport& rImport,
sContent( bFooter ? OUString(SC_UNO_PAGE_RIGHTFTRCON) : OUString(SC_UNO_PAGE_RIGHTHDRCON) ),
sContentLeft( bFooter ? OUString(SC_UNO_PAGE_LEFTFTRCONT) : OUString(SC_UNO_PAGE_LEFTHDRCONT) ),
bDisplay( true ),
- bInsertContent( true ),
bLeft( bLft ),
bContainsLeft(false),
bContainsRight(false),
diff --git a/sc/source/filter/xml/XMLTableHeaderFooterContext.hxx b/sc/source/filter/xml/XMLTableHeaderFooterContext.hxx
index 9863df922769..ee4199d91bdf 100644
--- a/sc/source/filter/xml/XMLTableHeaderFooterContext.hxx
+++ b/sc/source/filter/xml/XMLTableHeaderFooterContext.hxx
@@ -57,7 +57,6 @@ class XMLTableHeaderFooterContext: public SvXMLImportContext
rtl::OUString sCont;
bool bDisplay;
- bool bInsertContent;
bool bLeft;
bool bContainsLeft;
bool bContainsRight;
diff --git a/sc/source/filter/xml/XMLTextPContext.cxx b/sc/source/filter/xml/XMLTextPContext.cxx
index 4763fbc0683c..b14253e37fb4 100644
--- a/sc/source/filter/xml/XMLTextPContext.cxx
+++ b/sc/source/filter/xml/XMLTextPContext.cxx
@@ -97,8 +97,7 @@ ScXMLTextPContext::ScXMLTextPContext( ScXMLImport& rImport,
sLName(rLName),
sSimpleContent(),
pContentBuffer(NULL),
- nPrefix(nPrfx),
- bIsOwn(sal_True)
+ nPrefix(nPrfx)
{
// here are no attributes
}
diff --git a/sc/source/filter/xml/XMLTextPContext.hxx b/sc/source/filter/xml/XMLTextPContext.hxx
index 093b360aab4b..23b4caa5494a 100644
--- a/sc/source/filter/xml/XMLTextPContext.hxx
+++ b/sc/source/filter/xml/XMLTextPContext.hxx
@@ -35,7 +35,6 @@ class ScXMLTextPContext : public SvXMLImportContext
rtl::OUString sSimpleContent; // copy of the first Character call's argument
rtl::OUStringBuffer* pContentBuffer; // used if there's more than one string
sal_uInt16 nPrefix;
- sal_Bool bIsOwn;
const ScXMLImport& GetScImport() const { return (const ScXMLImport&)GetImport(); }
ScXMLImport& GetScImport() { return (ScXMLImport&)GetImport(); }
diff --git a/sc/source/filter/xml/xmlannoi.cxx b/sc/source/filter/xml/xmlannoi.cxx
index cc0b374e6540..0e70695accb3 100644
--- a/sc/source/filter/xml/xmlannoi.cxx
+++ b/sc/source/filter/xml/xmlannoi.cxx
@@ -61,7 +61,6 @@ ScXMLAnnotationContext::ScXMLAnnotationContext( ScXMLImport& rImport,
ScXMLTableRowCellContext* pTempCellContext) :
SvXMLImportContext( rImport, nPrfx, rLName ),
mrAnnotationData( rAnnotationData ),
- nParagraphCount(0),
pCellContext(pTempCellContext),
pShapeContext(NULL)
{
diff --git a/sc/source/filter/xml/xmlannoi.hxx b/sc/source/filter/xml/xmlannoi.hxx
index 62b871303b99..e9418b074ca3 100644
--- a/sc/source/filter/xml/xmlannoi.hxx
+++ b/sc/source/filter/xml/xmlannoi.hxx
@@ -109,7 +109,6 @@ private:
rtl::OUStringBuffer maAuthorBuffer;
rtl::OUStringBuffer maCreateDateBuffer;
rtl::OUStringBuffer maCreateDateStringBuffer;
- sal_Int32 nParagraphCount;
ScXMLTableRowCellContext* pCellContext;
SvXMLImportContext* pShapeContext;
diff --git a/sc/source/filter/xml/xmlcondformat.cxx b/sc/source/filter/xml/xmlcondformat.cxx
index 5fc9051a8509..c53e77fffcb6 100644
--- a/sc/source/filter/xml/xmlcondformat.cxx
+++ b/sc/source/filter/xml/xmlcondformat.cxx
@@ -457,7 +457,6 @@ ScXMLColorScaleFormatEntryContext::ScXMLColorScaleFormatEntryContext( ScXMLImpor
const ::rtl::OUString& rLName, const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList>& xAttrList,
ScColorScaleFormat* pFormat):
SvXMLImportContext( rImport, nPrfx, rLName ),
- mpFormat( pFormat ),
mpFormatEntry( NULL )
{
double nVal = 0;
diff --git a/sc/source/filter/xml/xmlcondformat.hxx b/sc/source/filter/xml/xmlcondformat.hxx
index 8d84a15f574a..a31bdff6d2d7 100644
--- a/sc/source/filter/xml/xmlcondformat.hxx
+++ b/sc/source/filter/xml/xmlcondformat.hxx
@@ -149,7 +149,6 @@ public:
private:
- ScColorScaleFormat* mpFormat;
ScColorScaleEntry* mpFormatEntry;
};
diff --git a/sc/source/filter/xml/xmldpimp.hxx b/sc/source/filter/xml/xmldpimp.hxx
index 20ba1078e0f9..d9dde8cb855d 100644
--- a/sc/source/filter/xml/xmldpimp.hxx
+++ b/sc/source/filter/xml/xmldpimp.hxx
@@ -337,7 +337,6 @@ class ScXMLDataPilotFieldContext : public SvXMLImportContext
sal_Int32 nGroupPart;
sal_Int16 nFunction;
sal_Int16 nOrientation;
- sal_Bool bShowEmpty:1;
sal_Bool bSelectedPage:1;
sal_Bool bIsGroupField:1;
sal_Bool bDateValue:1;
diff --git a/sc/source/filter/xml/xmldrani.hxx b/sc/source/filter/xml/xmldrani.hxx
index b035bc50e089..fc98b6de1c17 100644
--- a/sc/source/filter/xml/xmldrani.hxx
+++ b/sc/source/filter/xml/xmldrani.hxx
@@ -89,7 +89,6 @@ class ScXMLDatabaseRangeContext : public SvXMLImportContext
com::sun::star::sheet::DataImportMode nSourceType;
sal_Int32 nRefresh;
sal_Int16 nSubTotalsUserListIndex;
- sal_Int16 nSubTotalRuleGroupFieldNumber;
bool mbValidRange;
bool bContainsSort;
bool bContainsSubTotal;
diff --git a/sc/source/filter/xml/xmlexternaltabi.cxx b/sc/source/filter/xml/xmlexternaltabi.cxx
index 0244c57c249e..7f643adb4a9f 100644
--- a/sc/source/filter/xml/xmlexternaltabi.cxx
+++ b/sc/source/filter/xml/xmlexternaltabi.cxx
@@ -408,7 +408,6 @@ ScXMLExternalRefCellTextContext::ScXMLExternalRefCellTextContext(
const Reference<XAttributeList>& /*xAttrList*/,
ScXMLExternalRefCellContext& rParent ) :
SvXMLImportContext( rImport, nPrefix, rLName ),
- mrScImport(rImport),
mrParent(rParent)
{
}
diff --git a/sc/source/filter/xml/xmlexternaltabi.hxx b/sc/source/filter/xml/xmlexternaltabi.hxx
index 397df401be1d..3d29610cd500 100644
--- a/sc/source/filter/xml/xmlexternaltabi.hxx
+++ b/sc/source/filter/xml/xmlexternaltabi.hxx
@@ -159,7 +159,6 @@ public:
virtual void EndElement();
private:
- ScXMLImport& mrScImport;
ScXMLExternalRefCellContext& mrParent;
::rtl::OUStringBuffer maCellStrBuf;
diff --git a/sc/source/filter/xml/xmlfilti.hxx b/sc/source/filter/xml/xmlfilti.hxx
index 052829ecdc8b..3642e609d0f2 100644
--- a/sc/source/filter/xml/xmlfilti.hxx
+++ b/sc/source/filter/xml/xmlfilti.hxx
@@ -59,10 +59,8 @@ class ScXMLFilterContext : public SvXMLImportContext
com::sun::star::table::CellAddress aOutputPosition;
com::sun::star::table::CellRangeAddress aConditionSourceRangeAddress;
- sal_Int16 nUserListIndex;
bool bSkipDuplicates;
bool bCopyOutputData;
- bool bEnabledUserList;
bool bConditionSourceRange;
std::vector<ConnStackItem> maConnStack;
@@ -215,12 +213,10 @@ class ScXMLDPFilterContext : public SvXMLImportContext
ScAddress aOutputPosition;
ScRange aConditionSourceRangeAddress;
sal_uInt8 nFilterFieldCount;
- sal_Int16 nUserListIndex;
bool bSkipDuplicates:1;
bool bCopyOutputData:1;
bool bUseRegularExpressions:1;
bool bIsCaseSensitive:1;
- bool bEnabledUserList:1;
bool bConnectionOr:1;
bool bNextConnectionOr:1;
bool bConditionSourceRange:1;