diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-04-16 15:18:09 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-04-16 15:18:09 +0000 |
commit | df20ea357a47bb3945ef2a536918c184c465321e (patch) | |
tree | 3ce3177c5c5bfcd253a8fb0ce234f18f9635c029 /offapi | |
parent | 39154696243ea85fb912633ffbd1c1137d6e3813 (diff) |
INTEGRATION: CWS fwkdbdesign01 (1.31.56); FILE MERGED
2007/02/21 09:43:25 as 1.31.56.1: #i45663# new interface XModule, which allows chanig a module identifier at runtime
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/frame/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/offapi/com/sun/star/frame/makefile.mk b/offapi/com/sun/star/frame/makefile.mk index 050ebd843e77..6ad68efa7981 100644 --- a/offapi/com/sun/star/frame/makefile.mk +++ b/offapi/com/sun/star/frame/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.31 $ +# $Revision: 1.32 $ # -# last change: $Author: rt $ $Date: 2006-12-01 17:07:24 $ +# last change: $Author: ihi $ $Date: 2007-04-16 16:18:09 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -136,6 +136,8 @@ IDLFILES=\ XMenuBarAcceptor.idl\ XMenuBarMergingAcceptor.idl\ XModel.idl\ + XModel2.idl\ + XModule.idl\ XModuleManager.idl\ XNotifyingDispatch.idl\ XPopupMenuController.idl\ |