summaryrefslogtreecommitdiff
path: root/desktop/source/so_comp
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-11 09:51:38 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-11 09:51:38 +0000
commitbd98f61dbc81c5f2bf24e42d40eef2b0c66fa272 (patch)
treeac78382ffd29e36d3fe7488c753d7d7378b5f9b3 /desktop/source/so_comp
parentbfea3633aba8ba9153f6e7d5ac467b31cb7e47fd (diff)
INTEGRATION: CWS lobeta2 (1.2.374); FILE MERGED
2004/12/13 12:37:54 lo 1.2.374.1: #i37031# start FirstStart wizard via service
Diffstat (limited to 'desktop/source/so_comp')
-rw-r--r--desktop/source/so_comp/services.cxx11
1 files changed, 8 insertions, 3 deletions
diff --git a/desktop/source/so_comp/services.cxx b/desktop/source/so_comp/services.cxx
index ff0d2f012a..65f1f248f5 100644
--- a/desktop/source/so_comp/services.cxx
+++ b/desktop/source/so_comp/services.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: services.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2003-05-22 08:55:11 $
+ * last change: $Author: vg $ $Date: 2005-03-11 10:51:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,6 +83,7 @@
#include "oemjob.hxx"
#include "evaluation.hxx"
+#include "firststart.hxx"
using namespace rtl;
@@ -95,7 +96,8 @@ using namespace ::desktop;
static const char* pServices[] =
{
SOEvaluation::serviceName,
- OEMPreloadJob::serviceName,
+ OEMPreloadJob::serviceName,
+ FirstStart::serviceName,
NULL
};
@@ -103,6 +105,7 @@ static const char* pImplementations[] =
{
SOEvaluation::implementationName,
OEMPreloadJob::implementationName,
+ FirstStart::implementationName,
NULL
};
@@ -112,6 +115,7 @@ static const fProvider pInstanceProviders[] =
{
SOEvaluation::CreateInstance,
OEMPreloadJob::CreateInstance,
+ FirstStart::CreateInstance,
NULL
};
@@ -120,6 +124,7 @@ static const char** pSupportedServices[] =
{
SOEvaluation::interfaces,
OEMPreloadJob::interfaces,
+ FirstStart::interfaces,
NULL
};