summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xlpivot.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/excel/xlpivot.cxx')
-rw-r--r--sc/source/filter/excel/xlpivot.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/source/filter/excel/xlpivot.cxx b/sc/source/filter/excel/xlpivot.cxx
index 8010d89cbb9a..ef4be100aaf6 100644
--- a/sc/source/filter/excel/xlpivot.cxx
+++ b/sc/source/filter/excel/xlpivot.cxx
@@ -109,8 +109,6 @@ void XclPCItem::SetBool( bool bValue )
mbValue = bValue;
}
-
-
bool XclPCItem::IsEqual( const XclPCItem& rItem ) const
{
if( meType == rItem.meType ) switch( meType )
@@ -413,8 +411,6 @@ XclExpStream& operator<<( XclExpStream& rStrm, const XclPTCachedName& rCachedNam
return rStrm;
}
-
-
const OUString* XclPTVisNameInfo::GetVisName() const
{
return HasVisName() ? &maVisName.maName : 0;
@@ -935,8 +931,6 @@ XclExpStream& operator<<( XclExpStream& rStrm, const XclPTExtInfo& rInfo )
<< EXC_PT_NOSTRING; // length of vacate style name
}
-
-
// Pivot table autoformat settings ============================================
/**