include/editeng/editstat.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 42a57840a86665f1a74010ff1e3da27934c85df9 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sat May 11 08:35:28 2019 +0000 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sat May 11 12:04:08 2019 +0200 Fix typo Change-Id: I677a3a23eb60311fd871d4b6d9b8f0de3afec54a Reviewed-on: https://gerrit.libreoffice.org/72148 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Julien Nabet <serval2...@yahoo.fr> 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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits