From b9619b234754c63ddc758f6dd669fe5d624ad155 Mon Sep 17 00:00:00 2001 From: Martin Hollmichel Date: Tue, 6 Nov 2001 19:28:18 +0000 Subject: add: missing unotypes #65293# --- unotools/source/config/makefile.mk | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'unotools') diff --git a/unotools/source/config/makefile.mk b/unotools/source/config/makefile.mk index 3a64d4bf2872..b5bcc79344b9 100644 --- a/unotools/source/config/makefile.mk +++ b/unotools/source/config/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: fs $ $Date: 2001-08-21 12:53:59 $ +# last change: $Author: mh $ $Date: 2001-11-06 20:28:18 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -71,7 +71,13 @@ ENABLE_EXCEPTIONS=TRUE #UNOTYPES= -UNOTYPES+= com.sun.star.configuration.XTemplateContainer +UNOTYPES+= com.sun.star.configuration.XTemplateContainer \ + com.sun.star.util.XChangesListener \ + com.sun.star.util.XChangesNotifier \ + com.sun.star.util.XStringEscape \ + com.sun.star.util.XChangesBatch \ + com.sun.star.uno.XWeak \ + com.sun.star.uno.XAggregation #.INCLUDE : $(PRJINC)$/unotools$/unotools.mk -- cgit