summaryrefslogtreecommitdiff
path: root/rsc/inc/rscdb.hxx
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2001-11-06 12:52:58 +0000
committerPhilipp Lohmann <pl@openoffice.org>2001-11-06 12:52:58 +0000
commit042ecaedd51580a32bc4bc5f6d042783c17d68eb (patch)
treeeaac05d62b3a31b6bd9116e720fc85682578a0b8 /rsc/inc/rscdb.hxx
parentbd2c5e6d0e7fb2889047c5813a8ae6f490c5dac8 (diff)
#94297# clear system dependant name list
Diffstat (limited to 'rsc/inc/rscdb.hxx')
-rw-r--r--rsc/inc/rscdb.hxx5
1 files changed, 3 insertions, 2 deletions
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 );