summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-05-13 07:10:18 +0000
committerRüdiger Timm <rt@openoffice.org>2005-05-13 07:10:18 +0000
commitc503900513c6bd8321bd8e1fcdd536b887f240f7 (patch)
tree9f758ebcf2bb552cf14c5300b02b754beda81f9c /desktop
parentdcc1ec6e7c1cbbb18fe8550935d93524a2fbb3b2 (diff)
INTEGRATION: CWS lo5 (1.3.88); FILE MERGED
2005/04/28 11:25:37 tbe 1.3.88.1: #i48275# migration of auto correction files
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/migration/services/cexports.cxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/desktop/source/migration/services/cexports.cxx b/desktop/source/migration/services/cexports.cxx
index 3b942dc043d6..fd17991e50fc 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.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-01-27 14:26:57 $
+ * last change: $Author: rt $ $Date: 2005-05-13 08:10:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,6 +62,8 @@
#include "cppuhelper/implementationentry.hxx"
#include "jvmfwk.hxx"
#include "basicmigration.hxx"
+#include "autocorrmigration.hxx"
+
extern "C"
{
@@ -78,6 +80,11 @@ extern "C"
migration::BasicMigration_getSupportedServiceNames, ::cppu::createSingleComponentFactory,
0, 0
},
+ {
+ migration::AutocorrectionMigration_create, migration::AutocorrectionMigration_getImplementationName,
+ migration::AutocorrectionMigration_getSupportedServiceNames, ::cppu::createSingleComponentFactory,
+ 0, 0
+ },
{ 0, 0, 0, 0, 0, 0 }
};