diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 17:04:53 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 17:04:53 +0000 |
commit | d33ca16dd5b08be70777f5cf5c7420b7fe6492d2 (patch) | |
tree | 7a3c9605f5b6a1298ffa2560c4006e0baf60aec9 /offapi/util | |
parent | f2ae09bd98462894fc1b0d96582c7daf306a40fc (diff) |
INTEGRATION: CWS presentationengine01 (1.72.28); FILE MERGED
2004/11/17 13:14:22 thb 1.72.28.8: RESYNC: (1.84-1.85); FILE MERGED
2004/10/12 16:53:19 thb 1.72.28.7: RESYNC: (1.81-1.84); FILE MERGED
2004/08/23 12:51:36 thb 1.72.28.6: RESYNC: (1.79-1.81); FILE MERGED
2004/07/28 11:34:59 thb 1.72.28.5: #110496# Moved animations API to offapi
2004/07/28 09:58:31 thb 1.72.28.4: #110496# Added canvas API back to offapi (was private API before)
2004/07/23 15:33:12 thb 1.72.28.3: RESYNC: (1.78-1.79); FILE MERGED
2004/07/07 08:29:32 thb 1.72.28.2: RESYNC: (1.72-1.78); FILE MERGED
2004/04/06 16:10:05 thb 1.72.28.1: #110496# Removed canvas API again; this was decided to be kept private in the gsl/canvas module
Diffstat (limited to 'offapi/util')
-rw-r--r-- | offapi/util/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/offapi/util/makefile.mk b/offapi/util/makefile.mk index 49a5e9709c40..b98179d57f40 100644 --- a/offapi/util/makefile.mk +++ b/offapi/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.86 $ +# $Revision: 1.87 $ # -# last change: $Author: obo $ $Date: 2004-11-16 11:15:49 $ +# last change: $Author: rt $ $Date: 2004-11-26 18:04:53 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -120,6 +120,7 @@ UNOIDLDBFILES= \ $(UCR)$/csszippackage.db \ $(UCR)$/cssplugin.db \ $(UCR)$/csspresentation.db \ + $(UCR)$/cssanimations.db \ $(UCR)$/cssresource.db \ $(UCR)$/csssax.db \ $(UCR)$/cssdom.db \ |