diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-05 18:10:23 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-05 18:10:23 +0000 |
commit | fcbc03e8cdcf2a136c5dd1ab36071e884121f540 (patch) | |
tree | 12537ac9b814d05a0569b73b00c55c7821054397 /oox/util | |
parent | 15d439e97308880ea277fccfad6717f008f6fd81 (diff) |
INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED
2008/02/11 10:43:30 dr 1.2.4.1: starting charts
Diffstat (limited to 'oox/util')
-rw-r--r-- | oox/util/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/oox/util/makefile.mk b/oox/util/makefile.mk index 24da896e111b..d793c2972f1a 100644 --- a/oox/util/makefile.mk +++ b/oox/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: obo $ $Date: 2008-02-25 15:29:42 $ +# last change: $Author: kz $ $Date: 2008-03-05 19:10:23 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -56,6 +56,7 @@ LIB1FILES= \ $(SLB)$/vml.lib\ $(SLB)$/drawingml.lib\ $(SLB)$/diagram.lib\ + $(SLB)$/chart.lib\ $(SLB)$/shape.lib\ $(SLB)$/dump.lib |