From 042ecaedd51580a32bc4bc5f6d042783c17d68eb Mon Sep 17 00:00:00 2001 From: Philipp Lohmann Date: Tue, 6 Nov 2001 12:52:58 +0000 Subject: #94297# clear system dependant name list --- rsc/inc/rscdb.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'rsc/inc/rscdb.hxx') diff --git a/rsc/inc/rscdb.hxx b/rsc/inc/rscdb.hxx index f94480935508..d0e6397bf660 100644 --- a/rsc/inc/rscdb.hxx +++ b/rsc/inc/rscdb.hxx @@ -2,9 +2,9 @@ * * $RCSfile: rscdb.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: pl $ $Date: 2001-11-05 14:44:05 $ + * last change: $Author: pl $ $Date: 2001-11-06 13:52:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -409,6 +409,7 @@ public: RscTop * GetRoot() { return( pRoot ); }; USHORT PutSysName( USHORT nRscTyp, char * pName, USHORT nConst, USHORT nId, BOOL bFirst ); + void ClearSysNames(); ERRTYPE WriteRc( FILE * fOutput ); void WriteSrc( FILE * fOutput, ULONG nFileIndex, CharSet nCharSet, BOOL bName = TRUE ); -- cgit