diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 08:19:01 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 08:19:01 +0000 |
commit | c0194fb42a5d5dc5299634211da321511f9b8b1a (patch) | |
tree | dd5bef5b624fcc11470de254b4e1c228c1c2dedf /offapi | |
parent | 091e015d167baf1c168f47008b55de69ae5ff80c (diff) |
INTEGRATION: CWS impresstables2 (1.13.68); FILE MERGED
2007/08/06 19:40:16 cl 1.13.68.2: #i68103# worked on cell merging for tables in impress&draw
2007/03/16 09:25:26 cl 1.13.68.1: #i68103# new api for tables
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/table/makefile.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/offapi/com/sun/star/table/makefile.mk b/offapi/com/sun/star/table/makefile.mk index cc558fd1a891..e5a96e425975 100644 --- a/offapi/com/sun/star/table/makefile.mk +++ b/offapi/com/sun/star/table/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # -# last change: $Author: rt $ $Date: 2006-12-01 17:16:19 $ +# last change: $Author: rt $ $Date: 2008-03-12 09:19:01 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -78,6 +78,8 @@ IDLFILES=\ TableSortFieldType.idl\ XAutoFormattable.idl\ XCell.idl\ + XMergeableCell.idl\ + XMergeableCellRange.idl\ XCellCursor.idl\ XCellRange.idl\ XColumnRowRange.idl\ @@ -89,6 +91,7 @@ IDLFILES=\ CellRangeListSource.idl\ CellValueBinding.idl\ ListPositionCellBinding.idl\ + XTable.idl # ------------------------------------------------------------------ |