sw/inc/cmdid.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 61fd5f3419c79d1d8ad5fabab61b88c01bc0322e
Author:     Noel Grandin <noelgran...@gmail.com>
AuthorDate: Sun Feb 27 19:43:35 2022 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Mon Feb 28 08:13:37 2022 +0100

    FN_PARAM_NUM_LEVEL is dead
    
    since
        commit 3514ad82c4200be292ef6eaa1e94c5c6a41884e4
        Date:   Mon Dec 10 10:02:46 2012 +0100
        sw: unused SwRTFParser
    
    Change-Id: Ib437a3b3a59883869aaec35f3c70403d04bcd950
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130653
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/sw/inc/cmdid.h b/sw/inc/cmdid.h
index 233b7870bef8..eb16c528b541 100644
--- a/sw/inc/cmdid.h
+++ b/sw/inc/cmdid.h
@@ -818,7 +818,7 @@ class SwUINumRuleItem;
 #define FN_PARAM_CRSR_IN_PROTECTED      
TypedWhichId<SfxBoolItem>(FN_PARAM2+13) /* Cursor in protected areas */
 #define FN_PARAM_TOX_TYPE               
TypedWhichId<SfxUInt16Item>(FN_PARAM2+14) /* TOX type in tox dialog*/
 #define FN_PARAM_LINK_DISPLAY_NAME      (FN_PARAM2+15) /* LinkDisplayName 
property*/
-#define FN_PARAM_NUM_LEVEL              (FN_PARAM2+16) /* rtf filter*/
+// free
 #define FN_PARAM_CONTOUR_PP             (FN_PARAM2+17) /* contour PolyPolygon*/
 
 #define FN_ANCHOR_POSITION              (FN_PARAM2+18) /* AnchorPosition 
property */

Reply via email to