From f5ca04caca1b6888cdc6b00b8465a53e6d5cf38d Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sun, 3 Mar 2013 17:11:39 +0100 Subject: Related to fdo#60724: correct spelling Using the autocorrect list of LibreOffice extras/source/autotext/lang/en-US/acor/DocumentList.xml Change-Id: I8b93969bc0742c2e95b8b7db3c4c37691e8d3657 Script: http://pastebin.ca/2327716 --- stoc/source/invocation_adapterfactory/iafactory.cxx | 2 +- stoc/source/javavm/javavm.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'stoc') diff --git a/stoc/source/invocation_adapterfactory/iafactory.cxx b/stoc/source/invocation_adapterfactory/iafactory.cxx index b0380c37207e..1472dd604e2d 100644 --- a/stoc/source/invocation_adapterfactory/iafactory.cxx +++ b/stoc/source/invocation_adapterfactory/iafactory.cxx @@ -225,7 +225,7 @@ static inline void constructRuntimeException( uno_Any * pExc, const OUString & rMsg ) { RuntimeException exc( rMsg, Reference< XInterface >() ); - // no conversion neeeded due to binary compatibility + no convertable type + // no conversion needed due to binary compatibility + no convertible type ::uno_type_any_construct( pExc, &exc, ::getCppuType( &exc ).getTypeLibType(), 0 ); } diff --git a/stoc/source/javavm/javavm.cxx b/stoc/source/javavm/javavm.cxx index d105f344aa9e..03811aba78a6 100644 --- a/stoc/source/javavm/javavm.cxx +++ b/stoc/source/javavm/javavm.cxx @@ -869,7 +869,7 @@ JavaVirtualMachine::getJavaVM(css::uno::Sequence< sal_Int8 > const & rProcessId) { //If the creation failed because the JRE has been uninstalled then //we search another one. As long as there is a javaldx, we should - //never come into this situation. javaldx checks alway if the JRE + //never come into this situation. javaldx checks always if the JRE //still exist. JavaInfo * pJavaInfo = NULL; if (JFW_E_NONE == jfw_getSelectedJRE(&pJavaInfo)) -- cgit