diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-08-17 15:58:00 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-08-17 17:36:53 +0200 |
commit | da9fc526f3bc84443ae37666d6775c5119b3f1e8 (patch) | |
tree | be8921e8304ce02d08c7cd329f7a9e7c28962c99 /starmath | |
parent | ba6b24bfea06ed10e4b9a595b424813d090b3a61 (diff) |
Fix typo
Change-Id: I28ef5ac72fb06406d049e1076f48dcd2d06a42af
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120600
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/mathml/import.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/starmath/source/mathml/import.cxx b/starmath/source/mathml/import.cxx index 39b81b9aaed9..4d0da69c559d 100644 --- a/starmath/source/mathml/import.cxx +++ b/starmath/source/mathml/import.cxx @@ -200,7 +200,7 @@ ErrCode SmMLImportWrapper::Import(SfxMedium& rMedium) bOASIS ? u"com.sun.star.comp.Math.MLOasisMetaImporter" : u"com.sun.star.comp.Math.MLMetaImporter"); - // Check if succefull + // Check if successful if (nWarn != ERRCODE_NONE) { if (xStatusIndicator.is()) @@ -220,7 +220,7 @@ ErrCode SmMLImportWrapper::Import(SfxMedium& rMedium) bOASIS ? u"com.sun.star.comp.Math.MLOasisSettingsImporter" : u"com.sun.star.comp.Math.MLSettingsImporter"); - // Check if succefull + // Check if successful if (nWarn != ERRCODE_NONE) { if (xStatusIndicator.is()) @@ -237,7 +237,7 @@ ErrCode SmMLImportWrapper::Import(SfxMedium& rMedium) // read a component from storage nWarn = ReadThroughComponent(rMedium.GetStorage(), xModelComp, u"content.xml", xContext, xInfoSet, u"com.sun.star.comp.Math.MLImporter"); - // Check if succefull + // Check if successful if (nWarn != ERRCODE_NONE) { if (xStatusIndicator.is()) |