summaryrefslogtreecommitdiff
path: root/sc/source/filter/ftools/fapihelper.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-09-21 09:21:46 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-09-21 09:47:39 +0100
commit94f6a72f7ade62a146a1e1254cc0a4638d48efc5 (patch)
treecb698945b819b85ad067acb02b4956f1e11e2337 /sc/source/filter/ftools/fapihelper.cxx
parentec0581d0421bdd4eb8de682758fe0b481cf0f59f (diff)
Revert "remove newly unused methods", used again
This reverts commit 9693764946ac3f27a0170d7556ee62276d7c3dcb.
Diffstat (limited to 'sc/source/filter/ftools/fapihelper.cxx')
-rw-r--r--sc/source/filter/ftools/fapihelper.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/sc/source/filter/ftools/fapihelper.cxx b/sc/source/filter/ftools/fapihelper.cxx
index b8fb6773ce38..82c720e559b9 100644
--- a/sc/source/filter/ftools/fapihelper.cxx
+++ b/sc/source/filter/ftools/fapihelper.cxx
@@ -130,6 +130,12 @@ 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 )
{