summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xilink.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-29 08:50:28 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-08-29 08:41:53 +0000
commit86c0ce4d4637142b939ebaeb79c6bd35e49c1082 (patch)
tree92db4fc6a8b0e409963e4422d307327274b41931 /sc/source/filter/excel/xilink.cxx
parent8f96ab602a9e7cad1215abb693f33824a7b37679 (diff)
loplugin:countusersofdefaultparams
Change-Id: I26f46ddac3d7d810ebfa1c3e7f1a77427369828e Reviewed-on: https://gerrit.libreoffice.org/28451 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sc/source/filter/excel/xilink.cxx')
-rw-r--r--sc/source/filter/excel/xilink.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/excel/xilink.cxx b/sc/source/filter/excel/xilink.cxx
index f527b8b4b4c1..7ad8854493da 100644
--- a/sc/source/filter/excel/xilink.cxx
+++ b/sc/source/filter/excel/xilink.cxx
@@ -96,7 +96,7 @@ public:
/** Reads a CRN record (external referenced cell). */
void ReadCrn( XclImpStream& rStrm );
/** Reads an EXTERNNAME record. */
- void ReadExternname( XclImpStream& rStrm, ExcelToSc* pFormulaConv = nullptr );
+ void ReadExternname( XclImpStream& rStrm, ExcelToSc* pFormulaConv );
/** Returns the SUPBOOK record type. */
inline XclSupbookType GetType() const { return meType; }
@@ -169,7 +169,7 @@ public:
/** Reads a CRN record and appends it to the current SUPBOOK. */
void ReadCrn( XclImpStream& rStrm );
/** Reads an EXTERNNAME record and appends it to the current SUPBOOK. */
- void ReadExternname( XclImpStream& rStrm, ExcelToSc* pFormulaConv = nullptr );
+ void ReadExternname( XclImpStream& rStrm, ExcelToSc* pFormulaConv );
/** Returns true, if the specified XTI entry contains an internal reference. */
bool IsSelfRef( sal_uInt16 nXtiIndex ) const;