diff options
author | Tor Lillqvist <tml@collabora.com> | 2021-12-02 11:24:35 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2021-12-02 11:26:28 +0200 |
commit | d37341ea988a8e213d7acafdeef0d6af76ba8b58 (patch) | |
tree | 7e0816f9f9edb21e1ffde1e54dda43ac52308d90 /basic/source/inc | |
parent | 45d93ea9273a59053f60471ee82bb9fbd2d46c97 (diff) |
Bin pointless comment
Change-Id: I173dbfc93fabbacacc1a68189b7a50cd993f1caa
Diffstat (limited to 'basic/source/inc')
-rw-r--r-- | basic/source/inc/rtlproto.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |