From 6cd775cc0be0d09209c9a60d5a26bc9a52fea01f Mon Sep 17 00:00:00 2001 From: Jan-Marek Glogowski Date: Thu, 20 Sep 2018 10:15:59 +0200 Subject: 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 --- sw/inc/fldbas.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sw/inc') 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 -- cgit