diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-01-06 12:46:45 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2021-02-02 00:57:00 +0100 |
commit | 585b0a39d7170ef30d0a1d03601e008613df9807 (patch) | |
tree | c1224284b29fcf2328bdb04882b9795862bfb46a /include/svtools/htmltokn.h | |
parent | 876da94619d561e4b4c6c7d12a8d6726eb857df8 (diff) |
Fix typo in code
As per request in comments here:
https://gerrit.libreoffice.org/c/core/+/108661
I don't remember if it was already corrected and rejected.
Anyway, this is massive and it compiles on my laptop.
Let's see adding devs.
Thanks a lot to Seth!
Change-Id: I27d1fe1dccecd6644304fc6c3c2feb8413598285
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108816
Tested-by: Jenkins
Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'include/svtools/htmltokn.h')
-rw-r--r-- | include/svtools/htmltokn.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/htmltokn.h b/include/svtools/htmltokn.h index c4acf8dbeef7..ea27faa89471 100644 --- a/include/svtools/htmltokn.h +++ b/include/svtools/htmltokn.h @@ -108,8 +108,8 @@ enum class HtmlTokenId : sal_Int16 CAPTION_OFF, // HTML 3.0 CENTER_ON, // Netscape CENTER_OFF, // Netscape - CITIATION_ON, - CITIATION_OFF, + CITATION_ON, + CITATION_OFF, CODE_ON, CODE_OFF, COL_ON, // HTML3 Table Model Draft |