diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-05-11 08:35:28 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-05-11 12:04:08 +0200 |
commit | 42a57840a86665f1a74010ff1e3da27934c85df9 (patch) | |
tree | 2ecb1011123c38b9a63ebccaa83404863815ab39 /include | |
parent | 665c763e8427155d427f4e580c4b6f26625982e7 (diff) |
Fix typo
Change-Id: I677a3a23eb60311fd871d4b6d9b8f0de3afec54a
Reviewed-on: https://gerrit.libreoffice.org/72148
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r-- | include/editeng/editstat.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/editstat.hxx b/include/editeng/editstat.hxx index 0d71fdda6625..242d179b36a5 100644 --- a/include/editeng/editstat.hxx +++ b/include/editeng/editstat.hxx @@ -38,7 +38,7 @@ enum class EEControlBits ALLOWBIGOBJS = 0x00000800, // Portion info in text object ONLINESPELLING = 0x00001000, // During the edit Spelling STRETCHING = 0x00002000, // Stretch mode - MARKNONURLFIELDS = 0x00004000, // Mark fields other tha URL with color + MARKNONURLFIELDS = 0x00004000, // Mark fields other than URL with color MARKURLFIELDS = 0x00008000, // Mark URL fields with color MARKFIELDS = (MARKNONURLFIELDS | MARKURLFIELDS), RTFSTYLESHEETS = 0x00020000, // Use Stylesheets when imported |