[Libreoffice-commits] core.git: include/tools
Julien Nabet (via logerrit)
logerrit at kemper.freedesktop.org
Thu Oct 7 19:54:37 UTC 2021
include/tools/fldunit.hxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 33206d7ae6e91b264087981ae2e61d9c16babfd9
Author: Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Thu Oct 7 20:40:39 2021 +0200
Commit: Mike Kaganski <mike.kaganski at 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.kaganski at 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,
More information about the Libreoffice-commits
mailing list