summaryrefslogtreecommitdiff
path: root/sw/inc/fldbas.hxx
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2018-09-20 10:15:59 +0200
committerJan-Marek Glogowski <glogow@fbihome.de>2018-09-20 12:37:01 +0200
commit6cd775cc0be0d09209c9a60d5a26bc9a52fea01f (patch)
tree35eced425f963f08872a765eac00f2212f65833b /sw/inc/fldbas.hxx
parentbb26bd6148ef7c60d6280b4848c017ba63775242 (diff)
Scope breaks; and add number comments to SwFieldIds
SwFieldIds is fixed, so add number comments to easier find the ID in the long list. Change-Id: I2b9fc00bd0ddc15fc327324c2895810d61e2870e Reviewed-on: https://gerrit.libreoffice.org/60795 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'sw/inc/fldbas.hxx')
-rw-r--r--sw/inc/fldbas.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/fldbas.hxx b/sw/inc/fldbas.hxx
index 4696f48fe88b..0204c99510a9 100644
--- a/sw/inc/fldbas.hxx
+++ b/sw/inc/fldbas.hxx
@@ -43,7 +43,7 @@ enum class SwFieldIds : sal_uInt16 {
Author,
Chapter,
DocStat,
- GetExp,
+ GetExp, // 10
SetExp,
GetRef,
HiddenText,
@@ -53,7 +53,7 @@ enum class SwFieldIds : sal_uInt16 {
Reg,
VarReg,
SetRef,
- Input,
+ Input, // 20
Macro,
Dde,
Table,
@@ -63,7 +63,7 @@ enum class SwFieldIds : sal_uInt16 {
DbNextSet,
DbNumSet,
DbSetNumber,
- ExtUser,
+ ExtUser, // 30
RefPageSet,
RefPageGet,
Internet,
@@ -73,7 +73,7 @@ enum class SwFieldIds : sal_uInt16 {
TableOfAuthorities,
CombinedChars,
Dropdown,
- ParagraphSignature,
+ ParagraphSignature, // 40
LAST = ParagraphSignature,
Unknown = USHRT_MAX, // used as default value in some method calls