summaryrefslogtreecommitdiff
path: root/sw/inc/cellfml.hxx
diff options
context:
space:
mode:
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 );