qadevOOo/runner/util/UITools.java | 2 +- sw/source/writerfilter/dmapper/StyleSheetTable.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 7ad1e883b259edc1b842cc45d1a3a278c2bffce2 Author: Justin Luth <[email protected]> AuthorDate: Wed Aug 13 17:28:34 2025 -0400 Commit: Justin Luth <[email protected]> CommitDate: Thu Aug 14 02:13:35 2025 +0200 typo: manes -> names Change-Id: I4dc0d7d96b298d57e5ed40071701958e8e7e6d28 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/189539 Tested-by: Jenkins Reviewed-by: Justin Luth <[email protected]> diff --git a/qadevOOo/runner/util/UITools.java b/qadevOOo/runner/util/UITools.java index 438bd1c6a7fb..a3c70daf455c 100644 --- a/qadevOOo/runner/util/UITools.java +++ b/qadevOOo/runner/util/UITools.java @@ -122,7 +122,7 @@ public class UITools { } /** - * Helper method: returns the entry manes of a List-Box + * Helper method: returns the entry names of a List-Box * @param ListBoxName the name of the listbox * @return the listbox entry names * @throws java.lang.Exception if something fail diff --git a/sw/source/writerfilter/dmapper/StyleSheetTable.cxx b/sw/source/writerfilter/dmapper/StyleSheetTable.cxx index b7078d767f1b..be5e05db987f 100644 --- a/sw/source/writerfilter/dmapper/StyleSheetTable.cxx +++ b/sw/source/writerfilter/dmapper/StyleSheetTable.cxx @@ -1618,7 +1618,7 @@ StyleSheetTable::ConvertStyleName(const OUString& rWWName) OUString sRet(rWWName); // create a map only once - // This maps Word's special style manes to Writer's (the opposite to what MSWordStyles::GetWWId + // This maps Word's special style names to Writer's (the opposite to what MSWordStyles::GetWWId // and ww::GetEnglishNameFromSti do on export). The mapping gives a Writer's style name, which // will point to a style with specific RES_POOL* in its m_nPoolFormatId. Then on export, the // pool format id will map to a ww::sti enum value, and finally to a Word style name. Keep this
