basic/source/runtime/runtime.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 5a60014858384e8ae2a092cb699dc6fc1de61360
Author:     Mike Kaganski <mike.kagan...@collabora.com>
AuthorDate: Thu Sep 15 15:30:59 2022 +0200
Commit:     Mike Kaganski <mike.kagan...@collabora.com>
CommitDate: Thu Sep 15 16:31:44 2022 +0200

    This comment is obsolete
    
    A leftover from commit f6e0527033be682dbf6b60bd9b060fdd853ffe33
      Date   Mon Mar 21 12:55:40 2011 +0100
        Remove most of dead code inlibs-core (basic)
    
    which dropped the related commented out code for "not implemented"
    stub, being there since c25ec0608a167bcf1d891043f02273761c351701
    "initial import".
    
    Change-Id: Ic09a0c63921f1c5daa277fe7bb6dfc194895b673
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139978
    Tested-by: Jenkins
    Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com>

diff --git a/basic/source/runtime/runtime.cxx b/basic/source/runtime/runtime.cxx
index c2f8e060ed30..5ff568140c75 100644
--- a/basic/source/runtime/runtime.cxx
+++ b/basic/source/runtime/runtime.cxx
@@ -1280,8 +1280,6 @@ void SbiRuntime::DllCall
       SbxDataType eResType,     // return value
       bool bCDecl )         // true: according to C-conventions
 {
-    // NOT YET IMPLEMENTED
-
     SbxVariable* pRes = new SbxVariable( eResType );
     SbiDllMgr* pDllMgr = pInst->GetDllMgr();
     ErrCode nErr = pDllMgr->Call( aFuncName, aDLLName, pArgs, *pRes, bCDecl );

Reply via email to