summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-19 21:44:46 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-20 09:05:32 +0200
commit91d9d09cc04e5d130f4606ad28298f651f8937eb (patch)
tree1cfe46ddc56d6e3e5a25fc189a67996211621bec /starmath
parente0acc90f3748a0973198cc2eb23ef1779ef84d3b (diff)
Fix typos
Change-Id: I77393d6329ef6f2cfc38825791b44d23e8c3af3e Reviewed-on: https://gerrit.libreoffice.org/77764 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/mathmlimport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/mathmlimport.cxx b/starmath/source/mathmlimport.cxx
index 48de32c3e0bd..28b3800f9a7f 100644
--- a/starmath/source/mathmlimport.cxx
+++ b/starmath/source/mathmlimport.cxx
@@ -503,7 +503,7 @@ void SmXMLImport::endDocument()
pDocShell->SetText( aText );
}
- OSL_ENSURE(pModel,"So there *was* a uno problem after all");
+ OSL_ENSURE(pModel,"So there *was* a UNO problem after all");
bSuccess = true;
}