include/tools/fldunit.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 33206d7ae6e91b264087981ae2e61d9c16babfd9
Author:     Julien Nabet <serval2...@yahoo.fr>
AuthorDate: Thu Oct 7 20:40:39 2021 +0200
Commit:     Mike Kaganski <mike.kagan...@collabora.com>
CommitDate: Thu Oct 7 21:54:03 2021 +0200

    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.kagan...@collabora.com>

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,

Reply via email to