summaryrefslogtreecommitdiff
path: root/sw/inc/SwGetPoolIdFromName.hxx
diff options
context:
space:
mode:
authorPhilipp Hofer <philipp.hofer@protonmail.com>2020-11-12 13:21:51 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-11-19 01:33:36 +0100
commit695280feb90729fde1a7ecf1c409ae16f8281a46 (patch)
tree5591cb26f9546599b573ba49427b13bc5332b86f /sw/inc/SwGetPoolIdFromName.hxx
parenta930f12c30f31d306ba60c5344cd8308d9fa4ee1 (diff)
tdf#123936 Formatting files in module sw with clang-format
Change-Id: I6243bc95129bf81a124d006ce0fc1aa1b5f618bb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105718 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Jenkins
Diffstat (limited to 'sw/inc/SwGetPoolIdFromName.hxx')
-rw-r--r--sw/inc/SwGetPoolIdFromName.hxx13
1 files changed, 7 insertions, 6 deletions
diff --git a/sw/inc/SwGetPoolIdFromName.hxx b/sw/inc/SwGetPoolIdFromName.hxx
index 2a42fae6f202..6d66616dd0c4 100644
--- a/sw/inc/SwGetPoolIdFromName.hxx
+++ b/sw/inc/SwGetPoolIdFromName.hxx
@@ -24,14 +24,15 @@
/* When using the NameMapper to translate pool ids to UI or programmatic
* names, this enum is used to define which family is required */
-enum class SwGetPoolIdFromName : sal_uInt16 {
- TxtColl = 0x01,
- ChrFmt = 0x02,
- FrmFmt = 0x04,
+enum class SwGetPoolIdFromName : sal_uInt16
+{
+ TxtColl = 0x01,
+ ChrFmt = 0x02,
+ FrmFmt = 0x04,
PageDesc = 0x08,
- NumRule = 0x10,
+ NumRule = 0x10,
TabStyle = 0x20,
- CellStyle= 0x40
+ CellStyle = 0x40
};
#endif