Kaydet (Commit) 80c7dd48 authored tarafından Caolán McNamara's avatar Caolán McNamara

AutocorrectionMigration is not constructable

üst 650ed10b
......@@ -266,17 +266,6 @@ namespace migration
return Any();
}
// =============================================================================
// component operations
// =============================================================================
Reference< XInterface > SAL_CALL AutocorrectionMigration_create(
Reference< XComponentContext > const & )
SAL_THROW( () )
{
return static_cast< lang::XTypeProvider * >( new AutocorrectionMigration() );
}
// -----------------------------------------------------------------------------
//.........................................................................
......
......@@ -49,9 +49,6 @@ namespace migration
::rtl::OUString SAL_CALL AutocorrectionMigration_getImplementationName();
::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL AutocorrectionMigration_getSupportedServiceNames();
::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL AutocorrectionMigration_create(
::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > const & xContext )
SAL_THROW( (::com::sun::star::uno::Exception) );
// =============================================================================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment