diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2021-10-07 20:40:39 +0200 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2021-10-07 21:54:03 +0200 |
commit | 33206d7ae6e91b264087981ae2e61d9c16babfd9 (patch) | |
tree | 7810cad3f1ca41134ed4698d2d897b71534a434c | |
parent | b0a735eba030cf294e661cfc4c6da693ef9bfd61 (diff) |
Match order of the beginning of fldunit.hxx with FieldUnit.idl
Change-Id: I5ddb120e66fed214cab484f9cd668dfa6f75d123
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123231
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
-rw-r--r-- | include/tools/fldunit.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tools/fldunit.hxx b/include/tools/fldunit.hxx index c300ef2ef31f..a2838c32ff25 100644 --- a/include/tools/fldunit.hxx +++ b/include/tools/fldunit.hxx @@ -35,11 +35,11 @@ enum class FieldUnit : sal_uInt16 INCH, FOOT, MILE, - CHAR, - LINE, CUSTOM, PERCENT, MM_100TH, + CHAR, + LINE, PIXEL, DEGREE, SECOND, |