writerfilter/source/dmapper/StyleSheetTable.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 52b465e271961a65f356c9a5b354acead3c0a849 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Thu Jan 19 15:51:02 2023 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Thu Jan 19 16:05:38 2023 +0000 Fix typo Change-Id: Iba92ac9d7093b7fd8d6d61be2496333ad1d8b59d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145815 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/writerfilter/source/dmapper/StyleSheetTable.cxx b/writerfilter/source/dmapper/StyleSheetTable.cxx index c0a8e32845c9..f7dfa61e779a 100644 --- a/writerfilter/source/dmapper/StyleSheetTable.cxx +++ b/writerfilter/source/dmapper/StyleSheetTable.cxx @@ -1420,7 +1420,7 @@ const StyleSheetEntryPtr & StyleSheetTable::GetCurrentEntry() const Tragically there are references to the localised style name itself in TOC fields. Hopefully this works and a complete map of >100 built-in style names - localised to all langauges isn't needed. + localised to all languages isn't needed. */ static auto FilterChars(OUString const& rStyleName) -> OUString {