From d1c628d400b2aadca4da6c73d5726f56675dd926 Mon Sep 17 00:00:00 2001 From: Frank Schönheit Date: Tue, 21 Aug 2001 12:01:31 +0000 Subject: #87721# filter out some internal helper structs of the OConfigurationValueContainer --- unotools/util/makefile.mk | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'unotools/util') diff --git a/unotools/util/makefile.mk b/unotools/util/makefile.mk index 7cf8c3f2d093..939284a29412 100644 --- a/unotools/util/makefile.mk +++ b/unotools/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: cl $ $Date: 2001-03-04 21:44:58 $ +# last change: $Author: fs $ $Date: 2001-08-21 13:01:31 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -122,5 +122,9 @@ $(MISC)$/$(SHL1TARGET).flt: makefile.mk @echo CLEAR_THE_FILE > $@ @echo _TI >> $@ @echo _real >> $@ + @NodeValueAccessor >> $@ + @SubNodeAccess >> $@ + @UpdateFromConfig >> $@ + @UpdateToConfig >> $@ @echo _Impl >> $@ -- cgit