summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-12-20 22:40:11 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-12-21 09:30:19 +0000
commit80c7dd48a0b11e6c3009ac03283cec550785b9c5 (patch)
tree987d563c4e15ad32fcdedc281da103ea3b157051 /desktop
parentcan't see why there's an appendChar here (diff)
downloadcore-80c7dd48a0b11e6c3009ac03283cec550785b9c5.tar.gz
core-80c7dd48a0b11e6c3009ac03283cec550785b9c5.zip
AutocorrectionMigration is not constructable
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/migration/services/autocorrmigration.cxx11
-rw-r--r--desktop/source/migration/services/autocorrmigration.hxx3
2 files changed, 0 insertions, 14 deletions
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) );
// =============================================================================