summaryrefslogtreecommitdiff
path: root/sw/inc/cellfml.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-11-27 11:24:49 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-11-27 13:50:34 +0100
commit0093ae5f2ca1141f199aa9ae3b34b05a33def928 (patch)
tree64d6b719e348d101277dfdaf66a680a8ada41191 /sw/inc/cellfml.hxx
parent9c060802747e0b058a162e7891508d888c6e1a73 (diff)
loplugin:countusersofdefaultparams in sw (3)
Change-Id: I2657c1146bc377135e13116f32dbf518f8815417 Reviewed-on: https://gerrit.libreoffice.org/45318 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/cellfml.hxx')
-rw-r--r--sw/inc/cellfml.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/sw/inc/cellfml.hxx b/sw/inc/cellfml.hxx
index 132dc65a3600..b79054e6f658 100644
--- a/sw/inc/cellfml.hxx
+++ b/sw/inc/cellfml.hxx
@@ -58,23 +58,23 @@ typedef void (SwTableFormula:: *FnScanFormula)( const SwTable&, OUString&,
OUString&, OUString*, void* ) const;
void BoxNmsToPtr( const SwTable&, OUString&, OUString&, OUString*,
- void* pPara = nullptr ) const;
+ void* pPara ) const;
void PtrToBoxNms( const SwTable&, OUString&, OUString&, OUString*,
- void* pPara = nullptr ) const;
+ void* pPara ) const;
void RelNmsToBoxNms( const SwTable&, OUString&, OUString&, OUString*,
- void* pPara = nullptr ) const;
+ void* pPara ) const;
void RelBoxNmsToPtr( const SwTable&, OUString&, OUString&, OUString*,
- void* pPara = nullptr ) const;
+ void* pPara ) const;
void BoxNmsToRelNm( const SwTable&, OUString&, OUString&, OUString*,
- void* pPara = nullptr ) const;
+ void* pPara ) const;
void MakeFormula_( const SwTable&, OUString&, OUString&, OUString*,
- void* pPara = nullptr ) const;
+ void* pPara ) const;
void GetFormulaBoxes( const SwTable&, OUString&, OUString&, OUString*,
- void* pPara = nullptr ) const;
+ void* pPara ) const;
void HasValidBoxes_( const SwTable&, OUString&, OUString&, OUString*,
- void* pPara = nullptr ) const;
+ void* pPara ) const;
void SplitMergeBoxNm_( const SwTable&, OUString&, OUString&, OUString*,
- void* pPara = nullptr ) const;
+ void* pPara ) const;
static void GetBoxes( const SwTableBox& rStt, const SwTableBox& rEnd,
SwSelBoxes& rBoxes );