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.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/excel/xlpivot.cxx b/sc/source/filter/excel/xlpivot.cxx
index a70308a1eb68..3ca6b13442d2 100644
--- a/sc/source/filter/excel/xlpivot.cxx
+++ b/sc/source/filter/excel/xlpivot.cxx
@@ -263,7 +263,7 @@ void XclPCNumGroupInfo::SetXclDataType( sal_uInt16 nXclType )
XclImpStream& operator>>( XclImpStream& rStrm, XclPCNumGroupInfo& rInfo )
{
rInfo.mnFlags = rStrm.ReaduInt16();
- return rStrm;;
+ return rStrm;
}
XclExpStream& operator<<( XclExpStream& rStrm, const XclPCNumGroupInfo& rInfo )