diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-08-16 18:22:58 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-08-16 23:34:24 +0200 |
commit | dd3ab0fd737ff84657ff34eebafe2628f489e5a1 (patch) | |
tree | d368201167106cc6f52d6a98b18c958e37960af0 /starmath | |
parent | 7bd03074ae7362d8fffe5182529626a0b43a0ed1 (diff) |
Fix typos
Change-Id: I2a0a3d8eff5e6f1d456128f71519d132b8839e28
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120481
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/mathml/export.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/starmath/source/mathml/export.cxx b/starmath/source/mathml/export.cxx index dc8458aaafd2..e701f017d7e9 100644 --- a/starmath/source/mathml/export.cxx +++ b/starmath/source/mathml/export.cxx @@ -409,7 +409,7 @@ SmMlExportWrapper::WriteThroughComponentMS(const Reference<XComponent>& xCompone bool bOk = WriteThroughComponentOS(xStream, xComponent, rxContext, rPropSet, u"com.sun.star.comp.Math.XMLContentExporter"); - // We don't want to read unitzialized data + // We don't want to read uninitialized data if (!bOk) return u""; @@ -500,7 +500,7 @@ ErrCode SmMlExport::exportDoc(enum XMLTokenEnum eClass) return ERRCODE_NONE; } - /* Needs comented for now or clang complains + /* Needs to be commented out for now otherwise clang complains // Checks if it has to export a particular tree if (m_pElementTree == nullptr) { @@ -519,7 +519,7 @@ ErrCode SmMlExport::exportDoc(enum XMLTokenEnum eClass) } */ - // Start document amd encript if necessary + // Start document and encrypt if necessary GetDocHandler()->startDocument(); addChaffWhenEncryptedStorage(); |