summaryrefslogtreecommitdiff
path: root/sc/source/filter/ftools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-03-29 12:29:44 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-03-29 12:44:23 +0100
commit21ca0847952be3eabc7c11200a2b70e0801a8fc6 (patch)
treeaeab1f2d0b33c9b8a07114a6dca46661c5b7788e /sc/source/filter/ftools
parent9ce98add53128716524ec06dd1f90548326adce0 (diff)
callcatcher: update list
Diffstat (limited to 'sc/source/filter/ftools')
-rw-r--r--sc/source/filter/ftools/fapihelper.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/source/filter/ftools/fapihelper.cxx b/sc/source/filter/ftools/fapihelper.cxx
index 70bca8e177e7..328fb1b8f5d3 100644
--- a/sc/source/filter/ftools/fapihelper.cxx
+++ b/sc/source/filter/ftools/fapihelper.cxx
@@ -129,12 +129,6 @@ Reference< XInterface > ScfApiHelper::CreateInstanceWithArgs(
return xInt;
}
-Reference< XInterface > ScfApiHelper::CreateInstanceWithArgs(
- const OUString& rServiceName, const Sequence< Any >& rArgs )
-{
- return CreateInstanceWithArgs( ::comphelper::getProcessServiceFactory(), rServiceName, rArgs );
-}
-
uno::Sequence< beans::NamedValue > ScfApiHelper::QueryEncryptionDataForMedium( SfxMedium& rMedium,
::comphelper::IDocPasswordVerifier& rVerifier, const ::std::vector< OUString >* pDefaultPasswords )
{