diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-20 06:04:14 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-20 06:04:14 +0000 |
commit | 23f20d152a8c6ffa01e286e91fd9f8358ce91ee4 (patch) | |
tree | cb31aa91141ee74f3d66470507ef61bf4b094f82 /oox/util | |
parent | 973fc2fa458425d0795175b460f23d235fb6b25a (diff) |
INTEGRATION: CWS ooxtablefilter (1.4.2); FILE MERGED
2008/06/10 09:53:45 sj 1.4.2.2: RESYNC: (1.4-1.6); FILE MERGED
2008/03/28 20:21:31 sj 1.4.2.1: added table import
Diffstat (limited to 'oox/util')
-rw-r--r-- | oox/util/makefile.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/oox/util/makefile.mk b/oox/util/makefile.mk index d59d4ad7f934..b722b97b81e1 100644 --- a/oox/util/makefile.mk +++ b/oox/util/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # # This file is part of OpenOffice.org. # @@ -53,6 +53,7 @@ LIB1FILES= \ $(SLB)$/drawingml.lib\ $(SLB)$/diagram.lib\ $(SLB)$/chart.lib\ + $(SLB)$/table.lib\ $(SLB)$/shape.lib\ $(SLB)$/dump.lib |