Leftover unused local variable
Change-Id: I402cdcf2c9a78eb40c26c4cd016f603d85a38d39
This commit is contained in:
@@ -308,10 +308,9 @@ void OO3ExtensionMigration::migrateExtension( const ::rtl::OUString& sSourceDir
|
|||||||
uno::Reference< ucb::XCommandEnvironment > xCmdEnv(
|
uno::Reference< ucb::XCommandEnvironment > xCmdEnv(
|
||||||
static_cast< cppu::OWeakObject* >( pCmdEnv ), uno::UNO_QUERY );
|
static_cast< cppu::OWeakObject* >( pCmdEnv ), uno::UNO_QUERY );
|
||||||
uno::Reference< task::XAbortChannel > xAbortChannel;
|
uno::Reference< task::XAbortChannel > xAbortChannel;
|
||||||
uno::Reference< deployment::XPackage > xPackage =
|
extMgr->addExtension(
|
||||||
extMgr->addExtension(
|
sSourceDir, uno::Sequence<beans::NamedValue>(), "user",
|
||||||
sSourceDir, uno::Sequence<beans::NamedValue>(),
|
xAbortChannel, xCmdEnv );
|
||||||
"user", xAbortChannel, xCmdEnv );
|
|
||||||
}
|
}
|
||||||
catch ( css::uno::Exception & e )
|
catch ( css::uno::Exception & e )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user