summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-01-27 13:26:57 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-01-27 13:26:57 +0000
commit19436ee56bf5929224c6ebc7fc5ac377bf0e08c1 (patch)
treee37a7424ef1a1b4e2db9cc979aea7a11c7ecabcd /desktop
parent4b98977777bbcdcc461a44e1667660b9e7775cd9 (diff)
INTEGRATION: CWS tbe17 (1.2.38); FILE MERGED
2005/01/18 10:35:49 tbe 1.2.38.1: #118803# Implement SO7 -> 8 migration for Basic
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/migration/services/cexports.cxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/desktop/source/migration/services/cexports.cxx b/desktop/source/migration/services/cexports.cxx
index 1a092c5fe871..3b942dc043d6 100644
--- a/desktop/source/migration/services/cexports.cxx
+++ b/desktop/source/migration/services/cexports.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cexports.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: obo $ $Date: 2004-11-15 15:50:36 $
+ * last change: $Author: rt $ $Date: 2005-01-27 14:26:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,6 +61,7 @@
#include "cppuhelper/implementationentry.hxx"
#include "jvmfwk.hxx"
+#include "basicmigration.hxx"
extern "C"
{
@@ -72,6 +73,11 @@ extern "C"
migration::jvmfwk_getSupportedServiceNames, ::cppu::createSingleComponentFactory,
0, 0
},
+ {
+ migration::BasicMigration_create, migration::BasicMigration_getImplementationName,
+ migration::BasicMigration_getSupportedServiceNames, ::cppu::createSingleComponentFactory,
+ 0, 0
+ },
{ 0, 0, 0, 0, 0, 0 }
};