diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-06-25 11:14:15 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-06-25 11:14:15 +0000 |
commit | 5859224dbc34d2023fb9802572074b0720c4f85f (patch) | |
tree | b23091844e39fcbb4c90f23b8303adb697536599 /offapi | |
parent | edf64c5d887745a6c3e32e8d6a805edbbdc632ba (diff) |
INTEGRATION: CWS dba30d (1.5.58); FILE MERGED
2008/06/10 11:01:46 fs 1.5.58.4: #i80943# +DefaultViewController
2008/06/10 10:59:01 fs 1.5.58.3: #i80943# +ApplicationController
2008/06/10 08:31:27 fs 1.5.58.2: DatabaseObjectFolder renamed to DatabaseObjectContainer
2008/06/09 13:42:17 fs 1.5.58.1: #+DatabaseObjectFolder/NamedDatabaseObject
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/sdb/application/makefile.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/offapi/com/sun/star/sdb/application/makefile.mk b/offapi/com/sun/star/sdb/application/makefile.mk index 5a4b1b0be693..a2e957a50a7b 100644 --- a/offapi/com/sun/star/sdb/application/makefile.mk +++ b/offapi/com/sun/star/sdb/application/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # # This file is part of OpenOffice.org. # @@ -44,11 +44,14 @@ UNOIDLDEFS += -w # ------------------------------------------------------------------------ IDLFILES=\ + DefaultViewController.idl \ CopyTableContinuation.idl \ CopyTableOperation.idl \ CopyTableRowEvent.idl \ CopyTableWizard.idl \ DatabaseObject.idl \ + DatabaseObjectContainer.idl \ + NamedDatabaseObject.idl \ XCopyTableWizard.idl \ XCopyTableListener.idl \ XDatabaseDocumentUI.idl \ |