From dce7478b7cd05f5a72ed904a4043742eef5f9e1f Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 24 Jan 2001 12:25:07 +0000 Subject: [PATCH] #65293#: added XConnection2.idl --- udkapi/com/sun/star/connection/makefile.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/udkapi/com/sun/star/connection/makefile.mk b/udkapi/com/sun/star/connection/makefile.mk index a3c2b6749e64..e0aeaa375e02 100644 --- a/udkapi/com/sun/star/connection/makefile.mk +++ b/udkapi/com/sun/star/connection/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: mi $ $Date: 2000-11-08 12:28:30 $ +# last change: $Author: hr $ $Date: 2001-01-24 13:25:07 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -74,6 +74,7 @@ PACKAGE=com$/sun$/star$/connection IDLFILES=\ XConnection.idl\ + XConnection2.idl\ XConnectionBroadcaster.idl\ XAcceptor.idl\ XConnector.idl\