summaryrefslogtreecommitdiff
path: root/sc/source
diff options
context:
space:
mode:
authorDaniel Rentz [dr] <daniel.rentz@oracle.com>2010-11-04 11:14:32 +0100
committerDaniel Rentz [dr] <daniel.rentz@oracle.com>2010-11-04 11:14:32 +0100
commit8664f10f1005817f4ac87181b25db4509b37fbf6 (patch)
tree916bf5e805749b4e9bc5627b6eb2a4bc1d933226 /sc/source
parentc0b1151e425c4467ee8a9defae042497265523c3 (diff)
dr77: pass component factory
Diffstat (limited to 'sc/source')
-rw-r--r--sc/source/filter/excel/excimp8.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/excel/excimp8.cxx b/sc/source/filter/excel/excimp8.cxx
index 8041269f16de..e2640a1f525a 100644
--- a/sc/source/filter/excel/excimp8.cxx
+++ b/sc/source/filter/excel/excimp8.cxx
@@ -240,7 +240,7 @@ void ImportExcel8::ReadBasic( void )
uno::Sequence< uno::Any > aArgs( 2 );
// framework calls filter objects with factory as first argument
- aArgs[ 0 ] <<= getProcessServiceFactory();
+ aArgs[ 0 ] <<= xFactory;
aArgs[ 1 ] <<= aArgSeq;
uno::Reference< document::XImporter > xImporter( xFactory->createInstanceWithArgumentsAndContext(