diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-11-16 19:37:57 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-11-16 21:05:44 +0100 |
commit | a26b6c5a37408f49f81786ac1ba2ae9cef70d3d9 (patch) | |
tree | c35bd29ce1e01a4101c1d72d4a0bd1c5399a01e0 /starmath | |
parent | 66ae44ba3ff7fecc7ff46dfe44002e8ea7dd5063 (diff) |
Fix typos
Change-Id: I7b6c699b46fb71c1f19b5e5548c22a11efe8b864
Reviewed-on: https://gerrit.libreoffice.org/44836
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/mathmlimport.cxx | 2 | ||||
-rw-r--r-- | starmath/source/mathtype.cxx | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/starmath/source/mathmlimport.cxx b/starmath/source/mathmlimport.cxx index 120b0849000b..e1537bf62d75 100644 --- a/starmath/source/mathmlimport.cxx +++ b/starmath/source/mathmlimport.cxx @@ -2264,7 +2264,7 @@ SvXMLImportContextRef SmXMLDocContext_Impl::CreateChildContext( rLocalName); break; default: - /*Basically theres an implicit mrow around certain bare + /*Basically there's an implicit mrow around certain bare *elements, use a RowContext to see if this is one of *those ones*/ rtl::Reference<SmXMLRowContext_Impl> aTempContext(new SmXMLRowContext_Impl(GetSmImport(),nPrefix, diff --git a/starmath/source/mathtype.cxx b/starmath/source/mathtype.cxx index 012d0c74087f..f179b54f2e0d 100644 --- a/starmath/source/mathtype.cxx +++ b/starmath/source/mathtype.cxx @@ -592,7 +592,7 @@ bool MathType::Parse(SotStorage *pStor) #ifdef CAOLAN //sanity check - //sigh, theres no point! MathType (in some bizarre subvarient) pads + //sigh, there's no point! MathType (in some bizarre subvarient) pads //the end of the formula with ENDs (0)'s auto nEnd = pS->Tell(); SAL_WARN_IF(nEnd == pS->Seek(STREAM_SEEK_TO_END), "starmath", "Possibly unfully parsed formula"); @@ -2057,7 +2057,7 @@ int MathType::StartTemplate(sal_uInt16 nSelector,sal_uInt16 nVariation) pS->WriteUChar( nVariation ); //variation pS->WriteUChar( 0x00 ); //options pS->WriteUChar( LINE ); - //theres just no way we can now handle any character + //there's just no way we can now handle any character //attributes (from mathtypes perspective) centered //over an expression but above template attribute //such as widevec and similar constructs @@ -3176,7 +3176,7 @@ void MathType::HandleAttributes(SmNode *pNode,int nLevel) switch (pTemp->GetToken().eType) { case TWIDEVEC: - //theres just no way we can now handle any character + //there's just no way we can now handle any character //attributes (from mathtypes perspective) centered //over an expression but above template attributes //such as widevec and similar constructs |