diff options
author | Vasily Melenchuk <vasily.melenchuk@cib.de> | 2021-08-06 13:39:46 +0300 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2021-08-10 08:56:00 +0200 |
commit | 29e5fad7ed64459d04df61b57ecd8eaba6d8bfae (patch) | |
tree | 43293fd3f453adddf04c760ed324ec288619893f /sw/inc/editsh.hxx | |
parent | 7da5537f6a43c1b82afc5e0c8d18b8d847293fda (diff) |
sw: removed unused NO_NUMLEVEL
NO_NUMLEVEL is not used in code for a while.
Change-Id: Ia39879723455dbe5cc13b20042e930088618588d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120113
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'sw/inc/editsh.hxx')
-rw-r--r-- | sw/inc/editsh.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx index ca2c2efcb0ab..cea1eab10691 100644 --- a/sw/inc/editsh.hxx +++ b/sw/inc/editsh.hxx @@ -539,8 +539,7 @@ public: bool IsNoNum( bool bChkStart = true ) const; /** @return Num-Level of the node in which point of cursor is. - @return values can be: NO_NUMBERING, - 0..MAXLEVEL-1, NO_NUMLEVEL .. NO_NUMLEVEL|MAXLEVEL-1 */ + @return values can be: NO_NUMBERING, 0..MAXLEVEL-1 */ sal_uInt8 GetNumLevel() const; /// Detect highest and lowest level to check moving of outline levels. |