summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2021-12-02 11:24:35 +0200
committerTor Lillqvist <tml@collabora.com>2021-12-02 11:26:28 +0200
commitd37341ea988a8e213d7acafdeef0d6af76ba8b58 (patch)
tree7e0816f9f9edb21e1ffde1e54dda43ac52308d90
parentFix clang-cl -Zc:dllexportInlines- build (diff)
downloadcore-d37341ea988a8e213d7acafdeef0d6af76ba8b58.tar.gz
core-d37341ea988a8e213d7acafdeef0d6af76ba8b58.zip
Bin pointless comment
Change-Id: I173dbfc93fabbacacc1a68189b7a50cd993f1caa
-rw-r--r--basic/source/inc/rtlproto.hxx2
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 );