summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2022-02-27 19:43:35 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-02-28 08:13:37 +0100
commit61fd5f3419c79d1d8ad5fabab61b88c01bc0322e (patch)
treea70b7de2a318e6a7dbfffa2057acce1d9593ef3a /sw
parenta1877ab81b396c742c58a13d3830b4637db924c0 (diff)
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.grandin@collabora.co.uk>
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/cmdid.h2
1 files changed, 1 insertions, 1 deletions
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 */