diff options
author | Jim Raykowski <raykowj@gmail.com> | 2021-03-07 21:24:17 -0900 |
---|---|---|
committer | Jim Raykowski <raykowj@gmail.com> | 2021-04-30 01:52:06 +0200 |
commit | 18e5e948dd66e41f17b0a63bf631d98aee84a03b (patch) | |
tree | 6fa9284ce1a4510a98b2ffefe33eee9090cc0a8d /sw/source/uibase/inc/swcont.hxx | |
parent | 43c47f0cc133782ed6c4037df38df0d0c82123b8 (diff) |
tdf#137741 SW: Add fields content type to Navigator
also makes Comments category be tracked
Change-Id: I038ba87d6ae0b96bae2d7a213ec5df92ac7d566d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112560
Tested-by: Jenkins
Reviewed-by: Jim Raykowski <raykowj@gmail.com>
Diffstat (limited to 'sw/source/uibase/inc/swcont.hxx')
-rw-r--r-- | sw/source/uibase/inc/swcont.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/swcont.hxx b/sw/source/uibase/inc/swcont.hxx index 9b8d95d1d637..d65c4fa59aca 100644 --- a/sw/source/uibase/inc/swcont.hxx +++ b/sw/source/uibase/inc/swcont.hxx @@ -40,7 +40,8 @@ enum class ContentTypeId INDEX = 9, POSTIT = 10, DRAWOBJECT = 11, - LAST = DRAWOBJECT, + TEXTFIELD = 12, + LAST = TEXTFIELD, UNKNOWN = -1 }; |