summaryrefslogtreecommitdiffstats
path: root/desktop/source/migration/services/oo3extensionmigration.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-05-29 17:17:28 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-06-06 10:01:22 +0200
commitd08578912f2c9ef42d4349079422e25b951e544e (patch)
treed029b5a9110bcdc255e72ef9c98887f3f8521ea6 /desktop/source/migration/services/oo3extensionmigration.cxx
parentMake setsdkenv_unix executable instead of configure.pl (diff)
downloadcore-d08578912f2c9ef42d4349079422e25b951e544e.tar.gz
core-d08578912f2c9ef42d4349079422e25b951e544e.zip
fdo#46808, Adapt UNO services to new style, Part 7, updating ::create
Update calls to factories to use new SimpleFileAccess::create method Change-Id: Ie5b0696fe2228a9033b19969245a53c21a61aa14 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
Diffstat (limited to 'desktop/source/migration/services/oo3extensionmigration.cxx')
-rw-r--r--desktop/source/migration/services/oo3extensionmigration.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/desktop/source/migration/services/oo3extensionmigration.cxx b/desktop/source/migration/services/oo3extensionmigration.cxx
index 12f4ec49aab3..726f6a5c85cc 100644
--- a/desktop/source/migration/services/oo3extensionmigration.cxx
+++ b/desktop/source/migration/services/oo3extensionmigration.cxx
@@ -219,10 +219,7 @@ bool OO3ExtensionMigration::scanDescriptionXml( const ::rtl::OUString& sDescript
if ( !m_xSimpleFileAccess.is() )
{
- m_xSimpleFileAccess = uno::Reference< ucb::XSimpleFileAccess >(
- m_ctx->getServiceManager()->createInstanceWithContext(
- ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.ucb.SimpleFileAccess")),
- m_ctx ), uno::UNO_QUERY );
+ m_xSimpleFileAccess = ucb::SimpleFileAccess::create(m_ctx);
}
::rtl::OUString aExtIdentifier;