diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-09-08 13:59:28 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-09-08 13:59:28 +0000 |
commit | fa47b0b0997244043e3a6bd9d656137a68332f7e (patch) | |
tree | 5d148ef8f858dfa2771235ef1f03be649d9cfc8f /scp2 | |
parent | dab06d6bfb4871c01a277aef68e7614425a86efb (diff) |
INTEGRATION: CWS qwizards2 (1.14.2); FILE MERGED
2004/09/07 09:40:49 tv 1.14.2.5: registering Java components for Native Installer
2004/07/29 15:05:20 tv 1.14.2.4: RESYNC: (1.22-1.26); FILE MERGED
2004/07/05 11:12:14 tv 1.14.2.3: RESYNC: (1.14-1.22); FILE MERGED
2004/06/25 14:11:15 tv 1.14.2.2: #117215# adde Agenda Wizard
2004/06/24 10:40:17 tv 1.14.2.1: #116017# added new Fax Wizard
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_ooo.scp | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index 04835f54b9a2..97e3ca4fb05b 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -2,9 +2,9 @@ * * $RCSfile: file_ooo.scp,v $ * -* $Revision: 1.32 $ +* $Revision: 1.33 $ * -* last change: $Author: kz $ $Date: 2004-08-31 15:01:32 $ +* last change: $Author: obo $ $Date: 2004-09-08 14:59:28 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -683,27 +683,35 @@ End #ifdef SOLAR_JAVA -STD_JAR_FILE( gid_File_Jar_Report, report ) +UNO_JAR_FILE( gid_File_Jar_Report, report ) #endif #ifdef SOLAR_JAVA -STD_JAR_FILE( gid_File_Jar_Letter, letter ) +UNO_JAR_FILE( gid_File_Jar_Letter, letter ) #endif #ifdef SOLAR_JAVA -STD_JAR_FILE( gid_File_Jar_Web, web ) +UNO_JAR_FILE( gid_File_Jar_Fax, fax ) #endif #ifdef SOLAR_JAVA -STD_JAR_FILE( gid_File_Jar_Query, query ) +UNO_JAR_FILE( gid_File_Jar_Agenda, agenda ) #endif #ifdef SOLAR_JAVA -STD_JAR_FILE( gid_File_Jar_Commonwizards, commonwizards ) +UNO_JAR_FILE( gid_File_Jar_Web, web ) #endif #ifdef SOLAR_JAVA -STD_JAR_FILE( gid_File_Jar_Tutorial, tutorial ) +UNO_JAR_FILE( gid_File_Jar_Query, query ) +#endif + +#ifdef SOLAR_JAVA +UNO_JAR_FILE( gid_File_Jar_Commonwizards, commonwizards ) +#endif + +#ifdef SOLAR_JAVA +UNO_JAR_FILE( gid_File_Jar_Tutorial, tutorial ) #endif #ifdef SOLAR_JAVA |