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 /sw/inc/poolfmt.hxx | |
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 'sw/inc/poolfmt.hxx')
-rw-r--r-- | sw/inc/poolfmt.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/poolfmt.hxx b/sw/inc/poolfmt.hxx index 31cb1dfa2c49..56f787d5e46a 100644 --- a/sw/inc/poolfmt.hxx +++ b/sw/inc/poolfmt.hxx @@ -133,7 +133,7 @@ RES_POOLCHR_NORMAL_END, RES_POOLCHR_HTML_BEGIN = RES_POOLCHR_BEGIN + 50, ///< HTML-styles. RES_POOLCHR_HTML_EMPHASIS = RES_POOLCHR_HTML_BEGIN, -RES_POOLCHR_HTML_CITIATION, +RES_POOLCHR_HTML_CITATION, RES_POOLCHR_HTML_STRONG, RES_POOLCHR_HTML_CODE, RES_POOLCHR_HTML_SAMPLE, |