From 80c7dd48a0b11e6c3009ac03283cec550785b9c5 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 20 Dec 2011 22:40:11 +0000 Subject: AutocorrectionMigration is not constructable --- desktop/source/migration/services/autocorrmigration.cxx | 11 ----------- desktop/source/migration/services/autocorrmigration.hxx | 3 --- 2 files changed, 14 deletions(-) (limited to 'desktop') diff --git a/desktop/source/migration/services/autocorrmigration.cxx b/desktop/source/migration/services/autocorrmigration.cxx index cce46c5faaf3..1dd01e41941e 100644 --- a/desktop/source/migration/services/autocorrmigration.cxx +++ b/desktop/source/migration/services/autocorrmigration.cxx @@ -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() ); - } - // ----------------------------------------------------------------------------- //......................................................................... diff --git a/desktop/source/migration/services/autocorrmigration.hxx b/desktop/source/migration/services/autocorrmigration.hxx index 20021ceb100a..d9ebedf5c268 100644 --- a/desktop/source/migration/services/autocorrmigration.hxx +++ b/desktop/source/migration/services/autocorrmigration.hxx @@ -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) ); // ============================================================================= -- cgit