summaryrefslogtreecommitdiff
path: root/embeddedobj/test/mtexecutor/mainthreadexecutor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'embeddedobj/test/mtexecutor/mainthreadexecutor.cxx')
-rw-r--r--embeddedobj/test/mtexecutor/mainthreadexecutor.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/embeddedobj/test/mtexecutor/mainthreadexecutor.cxx b/embeddedobj/test/mtexecutor/mainthreadexecutor.cxx
index 293797dc890a..58ced691c7f4 100644
--- a/embeddedobj/test/mtexecutor/mainthreadexecutor.cxx
+++ b/embeddedobj/test/mtexecutor/mainthreadexecutor.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -66,7 +66,7 @@ uno::Any SAL_CALL MainThreadExecutor::execute( const uno::Sequence< beans::Named
uno::Reference< task::XJob > xJob;
uno::Sequence< beans::NamedValue > aValues;
sal_Int32 nValuesSize = 0;
-
+
for ( sal_Int32 nInd = 0; nInd < aArguments.getLength(); nInd++ )
if ( aArguments[nInd].Name.equalsAscii( "JobToExecute" ) )
aArguments[nInd].Value >>= xJob;