diff options
author | Frank Schönheit <fs@openoffice.org> | 2001-08-21 12:01:31 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2001-08-21 12:01:31 +0000 |
commit | d1c628d400b2aadca4da6c73d5726f56675dd926 (patch) | |
tree | dd94fcfb56f9122b46ad9ee68126da23d02e1a5e /unotools/util | |
parent | 1cebf8733347db6627afda48caa4a0d5b51f5fd4 (diff) |
#87721# filter out some internal helper structs of the OConfigurationValueContainer
Diffstat (limited to 'unotools/util')
-rw-r--r-- | unotools/util/makefile.mk | 8 |
1 files changed, 6 insertions, 2 deletions
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 >> $@ |