diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-08-01 08:53:38 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-08-01 08:53:38 +0000 |
commit | e841b5c013d53333933011d635db4f559998609d (patch) | |
tree | 45edaf62768e53ec672acfe34ddbc26ade496c53 /desktop/source/migration | |
parent | 34a33a2b5a4d4487c180c7bb5cf526acd501788f (diff) |
INTEGRATION: CWS userdatamigration (1.8.90); FILE MERGED
2008/07/08 06:58:01 mba 1.8.90.1: #i88426#: migration of extensions and wordbooks
Diffstat (limited to 'desktop/source/migration')
-rw-r--r-- | desktop/source/migration/services/cexports.cxx | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/desktop/source/migration/services/cexports.cxx b/desktop/source/migration/services/cexports.cxx index bdb56e0ea499..b64cc242fa52 100644 --- a/desktop/source/migration/services/cexports.cxx +++ b/desktop/source/migration/services/cexports.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: cexports.cxx,v $ - * $Revision: 1.8 $ + * $Revision: 1.9 $ * * This file is part of OpenOffice.org. * @@ -32,10 +32,9 @@ #include "precompiled_desktop.hxx" #include "cppuhelper/implementationentry.hxx" -#include "jvmfwk.hxx" #include "basicmigration.hxx" -#include "autocorrmigration.hxx" - +#include "wordbookmigration.hxx" +#include "extensionmigration.hxx" extern "C" { @@ -43,18 +42,18 @@ extern "C" ::cppu::ImplementationEntry entries [] = { { - migration::jvmfwk_create, migration::jvmfwk_getImplementationName, - migration::jvmfwk_getSupportedServiceNames, ::cppu::createSingleComponentFactory, + migration::BasicMigration_create, migration::BasicMigration_getImplementationName, + migration::BasicMigration_getSupportedServiceNames, ::cppu::createSingleComponentFactory, 0, 0 }, { - migration::BasicMigration_create, migration::BasicMigration_getImplementationName, - migration::BasicMigration_getSupportedServiceNames, ::cppu::createSingleComponentFactory, + migration::WordbookMigration_create, migration::WordbookMigration_getImplementationName, + migration::WordbookMigration_getSupportedServiceNames, ::cppu::createSingleComponentFactory, 0, 0 }, { - migration::AutocorrectionMigration_create, migration::AutocorrectionMigration_getImplementationName, - migration::AutocorrectionMigration_getSupportedServiceNames, ::cppu::createSingleComponentFactory, + migration::ExtensionMigration_create, migration::ExtensionMigration_getImplementationName, + migration::ExtensionMigration_getSupportedServiceNames, ::cppu::createSingleComponentFactory, 0, 0 }, { 0, 0, 0, 0, 0, 0 } |