Bin pointless comment

Change-Id: I173dbfc93fabbacacc1a68189b7a50cd993f1caa
This commit is contained in:
Tor Lillqvist
2021-12-02 11:24:35 +02:00
parent 45d93ea927
commit d37341ea98

View File

@@ -352,7 +352,7 @@ extern void SbRtl_CDateFromIso(StarBASIC * pBasic, SbxArray & rPar, bool bWrite)
extern void SbRtl_CompatibilityMode(StarBASIC * pBasic, SbxArray & rPar, bool bWrite);
extern void SbRtl_CDec(StarBASIC * pBasic, SbxArray & rPar, bool bWrite);
extern void SbRtl_Partition(StarBASIC * pBasic, SbxArray & rPar, bool bWrite); // Fong
extern void SbRtl_Partition(StarBASIC * pBasic, SbxArray & rPar, bool bWrite);
extern double Now_Impl();
extern void Wait_Impl( bool bDurationBased, SbxArray& rPar );