[Libreoffice-commits] core.git: starmath/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Tue Aug 17 15:37:28 UTC 2021
starmath/source/mathml/import.cxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit da9fc526f3bc84443ae37666d6775c5119b3f1e8
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Aug 17 15:58:00 2021 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Aug 17 17:36:53 2021 +0200
Fix typo
Change-Id: I28ef5ac72fb06406d049e1076f48dcd2d06a42af
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120600
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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())
More information about the Libreoffice-commits
mailing list