summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-01-06 12:46:45 +0100
committerEike Rathke <erack@redhat.com>2021-02-02 00:57:00 +0100
commit585b0a39d7170ef30d0a1d03601e008613df9807 (patch)
treec1224284b29fcf2328bdb04882b9795862bfb46a /include/svtools
parent876da94619d561e4b4c6c7d12a8d6726eb857df8 (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')
-rw-r--r--include/svtools/htmlkywd.hxx2
-rw-r--r--include/svtools/htmltokn.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/include/svtools/htmlkywd.hxx b/include/svtools/htmlkywd.hxx
index 1594dbc6b829..24133bd159cd 100644
--- a/include/svtools/htmlkywd.hxx
+++ b/include/svtools/htmlkywd.hxx
@@ -61,7 +61,7 @@
#define OOO_STRING_SVTOOLS_HTML_bold "b"
#define OOO_STRING_SVTOOLS_HTML_caption "caption"
#define OOO_STRING_SVTOOLS_HTML_center "center"
-#define OOO_STRING_SVTOOLS_HTML_citiation "cite"
+#define OOO_STRING_SVTOOLS_HTML_citation "cite"
#define OOO_STRING_SVTOOLS_HTML_code "code"
#define OOO_STRING_SVTOOLS_HTML_col "col"
#define OOO_STRING_SVTOOLS_HTML_colgroup "colgroup"
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