diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-03-15 11:56:23 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-03-15 11:56:23 +0000 |
commit | ffe1e283ffae005f4db574c6192b766b8358f1c9 (patch) | |
tree | 051b48b45f7738dcb841c80df6c1a7c612789fb6 /framework/source | |
parent | dcbdf7d5d2338700daa54dabdcb8fc9e440178d2 (diff) |
INTEGRATION: CWS c01v005 (1.3.346); FILE MERGED
2005/03/02 13:48:11 as 1.3.346.1: #119880# reactivate HelpOnStartup job
Diffstat (limited to 'framework/source')
-rw-r--r-- | framework/source/jobs/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/framework/source/jobs/makefile.mk b/framework/source/jobs/makefile.mk index 65467910eee9..954020a96ae8 100644 --- a/framework/source/jobs/makefile.mk +++ b/framework/source/jobs/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: hr $ $Date: 2003-03-25 18:21:46 $ +# last change: $Author: obo $ $Date: 2005-03-15 12:56:23 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -78,6 +78,7 @@ SLOFILES= $(SLO)$/jobexecutor.obj \ $(SLO)$/jobdata.obj \ $(SLO)$/jobresult.obj \ $(SLO)$/joburl.obj \ + $(SLO)$/helponstartup.obj \ $(SLO)$/configaccess.obj # --- Targets ------------------------------------------------------ |