summaryrefslogtreecommitdiff
path: root/sw/inc/editsh.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-04-19 14:31:42 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-04-20 10:01:54 +0200
commit5b38e1e82439d6338b08f2695712c038f32d2b52 (patch)
tree1963ba9dd7d0798c9b1e6ee9007d1e501c52129a /sw/inc/editsh.hxx
parent4aea0b8423ab8f4d7942d66e61d64de448357c73 (diff)
loplugin:constantparam in sw
Change-Id: Ia1379762ba957097a1a2134c5d206f254e22683b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166313 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/editsh.hxx')
-rw-r--r--sw/inc/editsh.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx
index 5ac1d9a460da..a4dcecd6d449 100644
--- a/sw/inc/editsh.hxx
+++ b/sw/inc/editsh.hxx
@@ -531,7 +531,7 @@ public:
bool MoveNumParas( bool bUpperLower, bool bUpperLeft );
/// Switch on/off of numbering via Delete/Backspace.
- SW_DLLPUBLIC bool NumOrNoNum(bool bDelete = false, bool bChkStart = true);
+ SW_DLLPUBLIC bool NumOrNoNum(bool bDelete = false);
// #i23726#
// #i90078#
@@ -542,7 +542,7 @@ public:
void SetIndent(short nIndent, const SwPosition & rPos);
bool IsFirstOfNumRuleAtCursorPos() const;
- bool IsNoNum( bool bChkStart = true ) const;
+ bool IsNoNum() const;
/** @return Num-Level of the node in which point of cursor is.
@return values can be: NO_NUMBERING, 0..MAXLEVEL-1 */