diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-04-22 22:02:26 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-04-23 13:37:10 +0200 |
commit | 77cc197582f669270634e800b7c2ba820908c66a (patch) | |
tree | 5b494015cc37a9ae085bd1ccc0c0bb56591b2686 /sw | |
parent | 43d108b55bf98849c8c5b7313fe44105db6f972d (diff) |
Fix typos
Change-Id: I6c9fe715c0d188d3970027fcb63c6c039c957fd9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92733
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/qa/extras/uiwriter/data/flowframe_null_ptr_deref.sample | 2 | ||||
-rw-r--r-- | sw/source/filter/ww8/docxattributeoutput.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/qa/extras/uiwriter/data/flowframe_null_ptr_deref.sample b/sw/qa/extras/uiwriter/data/flowframe_null_ptr_deref.sample index 213cdd9b462b..a5d8a0dcb3db 100644 --- a/sw/qa/extras/uiwriter/data/flowframe_null_ptr_deref.sample +++ b/sw/qa/extras/uiwriter/data/flowframe_null_ptr_deref.sample @@ -365,7 +365,7 @@ <OPTION>Jamaica</OPTION> <OPTION>Japan</OPTION> <OPTION>Jordan</OPTION> -<OPTION>Kazakstan</OPTION> +<OPTION>Kazakhstan</OPTION> <OPTION>Kenya</OPTION> <OPTION>Kiribati</OPTION> <OPTION>Korea, Democratic People's Republic of</OPTION> diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx b/sw/source/filter/ww8/docxattributeoutput.cxx index c7321e19a99a..7c54e7e6010c 100644 --- a/sw/source/filter/ww8/docxattributeoutput.cxx +++ b/sw/source/filter/ww8/docxattributeoutput.cxx @@ -6699,7 +6699,7 @@ void DocxAttributeOutput::NumberingDefinition( sal_uInt16 nId, const SwNumRule & m_pSerializer->endElementNS( XML_w, XML_num ); } -// Not all attibutes of SwNumFormat are important for export, so can't just use embedded in +// Not all attributes of SwNumFormat are important for export, so can't just use embedded in // that classes comparison. static bool lcl_ListLevelsAreDifferentForExport(const SwNumFormat & rFormat1, const SwNumFormat & rFormat2) { |