summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-11 21:21:04 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-12 09:34:52 +0200
commitc8e70f970a9b80323e9274880a135143accbb621 (patch)
tree67a79e3c360f46b160c15dc0e352bd99397b8639 /starmath
parent2812610f4f39ed5892da08864893c758325d1d39 (diff)
Fix typos
Change-Id: I4bd004af206813b9dc01c50ab20f2e8b954b8dca Reviewed-on: https://gerrit.libreoffice.org/77323 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/mathmlimport.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/source/mathmlimport.cxx b/starmath/source/mathmlimport.cxx
index a0d7afd51267..f49d88ca794b 100644
--- a/starmath/source/mathmlimport.cxx
+++ b/starmath/source/mathmlimport.cxx
@@ -3162,8 +3162,8 @@ extern "C" SAL_DLLPUBLIC_EXPORT bool TestImportMML(SvStream &rStream)
uno::Reference<io::XInputStream> xStream(new utl::OSeekableInputStreamWrapper(rStream));
//SetLoading hack because the document properties will be re-initted
- //by the xml filter and during the init, while its considered uninitialized,
- //setting a property will inform the document its modified, which attempts
+ //by the xml filter and during the init, while it's considered uninitialized,
+ //setting a property will inform the document it's modified, which attempts
//to update the properties, which throws cause the properties are uninitialized
xDocSh->SetLoading(SfxLoadedFlags::NONE);