summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/mathml/import.cxx6
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())