diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-02-25 16:07:47 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-02-25 16:07:47 +0000 |
commit | 90dc23579127f63560769a3af86de056b42f2905 (patch) | |
tree | fa3d607123851d434009cdf655a8923675dbc622 /offapi/util | |
parent | bb14a4a13f31e029476a10896a7fcc30e1fe02af (diff) |
INTEGRATION: CWS layoutmanager (1.62.28); FILE MERGED
2004/02/19 13:56:43 cd 1.62.28.8: RESYNC: (1.68-1.69); FILE MERGED
2004/01/29 10:19:44 cd 1.62.28.7: RESYNC: (1.67-1.68); FILE MERGED
2003/11/25 10:47:16 cd 1.62.28.6: #100000# Fixed merge problem
2003/11/24 18:21:17 cd 1.62.28.5: RESYNC: (1.64-1.67); FILE MERGED
#100000# Merge conflict resolved
2003/10/06 06:08:20 cd 1.62.28.4: RESYNC: (1.60-1.64); FILE MERGED
2003/10/02 08:58:52 cd 1.62.28.3: RESYNC: (1.62-1.60); FILE MERGED
2003/10/01 15:30:37 cd 1.62.28.2: #111899# Additional interfaces for framework based menus
2003/08/20 15:39:35 cd 1.62.28.1: #111899# UNO API for framework based user interface implementation
Diffstat (limited to 'offapi/util')
-rw-r--r-- | offapi/util/makefile.mk | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/offapi/util/makefile.mk b/offapi/util/makefile.mk index 1ae5cafed..65be86ecc 100644 --- a/offapi/util/makefile.mk +++ b/offapi/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.69 $ +# $Revision: 1.70 $ # -# last change: $Author: rt $ $Date: 2004-02-11 09:36:14 $ +# last change: $Author: kz $ $Date: 2004-02-25 17:07:47 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -141,12 +141,13 @@ UNOIDLDBFILES= \ $(UCR)$/cssaccessibility.db\ $(UCR)$/dcsssprovider.db \ $(UCR)$/dcsssbrowse.db \ - $(UCR)$/cssframe.db \ + $(UCR)$/dcssframe.db \ + $(UCR)$/dcssui.db \ + $(UCR)$/dcssfstatus.db \ $(UCR)$/dcssform.db \ $(UCR)$/dcssformcomp.db \ $(UCR)$/dcsstable.db - REFERENCE_RDB=$(PRJ)$/type_reference$/OO_11$/types.rdb REFERENCE_DOC_RDB=$(PRJ)$/type_reference$/OO_11$/types_doc.rdb |