basic/source/inc/rtlproto.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d37341ea988a8e213d7acafdeef0d6af76ba8b58
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Thu Dec 2 11:24:35 2021 +0200
Commit:     Tor Lillqvist <t...@collabora.com>
CommitDate: Thu Dec 2 11:26:28 2021 +0200

    Bin pointless comment
    
    Change-Id: I173dbfc93fabbacacc1a68189b7a50cd993f1caa

diff --git a/basic/source/inc/rtlproto.hxx b/basic/source/inc/rtlproto.hxx
index 0bc7ac24a4ec..b20fa9afab45 100644
--- a/basic/source/inc/rtlproto.hxx
+++ b/basic/source/inc/rtlproto.hxx
@@ -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 );

Reply via email to