diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-04 12:52:05 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-04 12:52:05 +0000 |
commit | 7c0db8e8b1c20d37df387ec126ee2faf082b0109 (patch) | |
tree | c6664f6b072df4d58a4d5800de1dc18f6b1fcba1 /offapi/com/sun/star | |
parent | 641af30a1948afede61b579f6f1085f77d904e5c (diff) |
INTEGRATION: CWS fieldoptions (1.18.4); FILE MERGED
2004/05/04 10:24:54 sab 1.18.4.2: #i23447#; add field options
2004/04/22 11:37:18 sab 1.18.4.1: #i23447# add field options
Diffstat (limited to 'offapi/com/sun/star')
-rw-r--r-- | offapi/com/sun/star/sheet/makefile.mk | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sheet/makefile.mk b/offapi/com/sun/star/sheet/makefile.mk index a7d65d7e3afd..d8e05aca213c 100644 --- a/offapi/com/sun/star/sheet/makefile.mk +++ b/offapi/com/sun/star/sheet/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.18 $ +# $Revision: 1.19 $ # -# last change: $Author: hr $ $Date: 2004-04-13 12:36:33 $ +# last change: $Author: obo $ $Date: 2004-06-04 13:52:05 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -138,7 +138,16 @@ IDLFILES=\ DataImportMode.idl\ DataPilotDescriptor.idl\ DataPilotField.idl\ + DataPilotFieldAutoShowInfo.idl\ + DataPilotFieldLayoutInfo.idl\ + DataPilotFieldLayoutMode.idl\ DataPilotFieldOrientation.idl\ + DataPilotFieldReference.idl\ + DataPilotFieldReferenceType.idl\ + DataPilotFieldReferenceItemType.idl\ + DataPilotFieldShowItemsMode.idl\ + DataPilotFieldSortInfo.idl\ + DataPilotFieldSortMode.idl\ DataPilotFields.idl\ DataPilotFieldsEnumeration.idl\ DataPilotSource.idl\ |