summaryrefslogtreecommitdiff
path: root/stoc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-03-03 17:11:39 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-03-03 17:14:16 +0100
commitf5ca04caca1b6888cdc6b00b8465a53e6d5cf38d (patch)
treecda73db2df15d821e0587f345edd7587953bdbdf /stoc
parentecf00403376d13355fcf6fb7cd36b3500f19fc69 (diff)
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
Diffstat (limited to 'stoc')
-rw-r--r--stoc/source/invocation_adapterfactory/iafactory.cxx2
-rw-r--r--stoc/source/javavm/javavm.cxx2
2 files changed, 2 insertions, 2 deletions
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))