Kaydet (Commit) 6732bebb authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Jens Carl

Fix typo

Change-Id: Ib2c183f5edb94e68f43f92edd83cb8d3ae5b40e1
Reviewed-on: https://gerrit.libreoffice.org/60103
Tested-by: Jenkins
Reviewed-by: 's avatarJens Carl <j.carl43@gmx.de>
üst c4fb70d1
...@@ -230,8 +230,8 @@ class SbiRuntime ...@@ -230,8 +230,8 @@ class SbiRuntime
const sal_uInt8* pStmnt; // beginning of the last statement const sal_uInt8* pStmnt; // beginning of the last statement
const sal_uInt8* pError; // address of the current error handler const sal_uInt8* pError; // address of the current error handler
const sal_uInt8* pRestart; // restart-address const sal_uInt8* pRestart; // restart-address
const sal_uInt8* pErrCode; // restart-adresse RESUME NEXT const sal_uInt8* pErrCode; // restart-address RESUME NEXT
const sal_uInt8* pErrStmnt; // Restart-Adresse RESUME 0 const sal_uInt8* pErrStmnt; // restart-address RESUME 0
OUString aLibName; // Lib-name for declare-call OUString aLibName; // Lib-name for declare-call
SbxArrayRef refParams; // current procedure parameters SbxArrayRef refParams; // current procedure parameters
SbxArrayRef refLocals; // local variable SbxArrayRef refLocals; // local variable
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment