summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-05-17 13:36:29 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-05-17 16:02:30 +0200
commit9786f2b0b7979a4cb781ea52b4510eecfd15dc49 (patch)
treebd90ecb072cf4a1b790dfffda0c21b4de1b1724a
parent78dc713fd7b7abe4612c740a37a22eda8fc63cd2 (diff)
Fix typos
Change-Id: I3ecb671165ba65baaf304e7afec097209c8c88d8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94384 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--include/editeng/numitem.hxx2
-rw-r--r--uitest/ui_logger_dsl/dsl_core.py2
-rw-r--r--writerfilter/source/dmapper/NumberingManager.hxx4
3 files changed, 4 insertions, 4 deletions
diff --git a/include/editeng/numitem.hxx b/include/editeng/numitem.hxx
index 629d4c56f071..38dbfe90370a 100644
--- a/include/editeng/numitem.hxx
+++ b/include/editeng/numitem.hxx
@@ -105,7 +105,7 @@ private:
OUString sPrefix;
OUString sSuffix;
std::optional<OUString> sListFormat; // Format string ">%1.%2<" can be used instead of prefix/suffix
- // Right now it is optional value to dostinguish empty list format
+ // Right now it is optional value to distinguish empty list format
// and not set list format when we need to fallback to prefix/suffix.
SvxAdjust eNumAdjust;
diff --git a/uitest/ui_logger_dsl/dsl_core.py b/uitest/ui_logger_dsl/dsl_core.py
index d4a9601f3997..7390ec03f46a 100644
--- a/uitest/ui_logger_dsl/dsl_core.py
+++ b/uitest/ui_logger_dsl/dsl_core.py
@@ -371,7 +371,7 @@ class ul_Compiler:
else:
self.flag_for_QuerySaveDialog = False
- # This is to solve the problem of re-using the same id again in diffrent Dialogs
+ # This is to solve the problem of re-using the same id again in different Dialogs
self.objects.clear()
diff --git a/writerfilter/source/dmapper/NumberingManager.hxx b/writerfilter/source/dmapper/NumberingManager.hxx
index e1d2f2f1bef2..f5c2d01e6e64 100644
--- a/writerfilter/source/dmapper/NumberingManager.hxx
+++ b/writerfilter/source/dmapper/NumberingManager.hxx
@@ -126,13 +126,13 @@ private:
// levels of a numbering.
::std::vector< ListLevel::Pointer > m_aLevels;
- // Only used during the numberings import
+ // Only used during the numbering import
ListLevel::Pointer m_pCurrentLevel;
// The style name linked to.
OUString m_sNumStyleLink;
- // This absract numbering is a base definition for this style
+ // This abstract numbering is a base definition for this style
OUString m_sStyleLink;
/// list id to use for all derived numbering definitions