summaryrefslogtreecommitdiff
path: root/sw/inc/doc.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-06-10 12:14:42 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-06-11 11:48:15 +0200
commit36b33c50bd620a0879bf5c8b29de3ac2dada19d0 (patch)
treed0a41a687440d0b59b27720b1c54f9f40323154e /sw/inc/doc.hxx
parent02a5c22e8e4f91b6a8522126b8086520ebb78284 (diff)
loplugin:unnecessaryreturn in sw/
Change-Id: Iaca3f5385fd2c763cd1121ae50624aaa4a1f6165 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117029 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/doc.hxx')
-rw-r--r--sw/inc/doc.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx
index 19a2b6af64b1..c94e5f04c5f3 100644
--- a/sw/inc/doc.hxx
+++ b/sw/inc/doc.hxx
@@ -1090,7 +1090,7 @@ public:
void UpdateNumRule(); // Update all invalids.
void ChgNumRuleFormats( const SwNumRule& rRule );
- bool ReplaceNumRule( const SwPosition& rPos, const OUString& rOldRule,
+ void ReplaceNumRule( const SwPosition& rPos, const OUString& rOldRule,
const OUString& rNewRule );
// Goto next/previous on same level.
@@ -1254,7 +1254,7 @@ public:
void AppendUndoForInsertFromDB( const SwPaM& rPam, bool bIsTable );
- bool SetColRowWidthHeight( SwTableBox& rCurrentBox, TableChgWidthHeightType eType,
+ void SetColRowWidthHeight( SwTableBox& rCurrentBox, TableChgWidthHeightType eType,
SwTwips nAbsDiff, SwTwips nRelDiff );
SwTableBoxFormat* MakeTableBoxFormat();
SwTableLineFormat* MakeTableLineFormat();
@@ -1279,7 +1279,7 @@ public:
bool* pFullTableProtection );
// Split table at baseline position, i.e. create a new table.
- bool SplitTable( const SwPosition& rPos, SplitTable_HeadlineOption eMode,
+ void SplitTable( const SwPosition& rPos, SplitTable_HeadlineOption eMode,
bool bCalcNewSize );
/** And vice versa: rPos must be in the table that remains. The flag indicates