diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-09-06 18:28:52 +0200 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-09-07 02:32:35 +0200 |
commit | 6732bebb8796f5f941ddae6c49420962f4e71356 (patch) | |
tree | 42b643ff97a1c31e6bb15e36a769f5ff584aba1c /basic | |
parent | c4fb70d1f70209e31936b9c488a044087f11c303 (diff) |
Fix typo
Change-Id: Ib2c183f5edb94e68f43f92edd83cb8d3ae5b40e1
Reviewed-on: https://gerrit.libreoffice.org/60103
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/inc/runtime.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/basic/source/inc/runtime.hxx b/basic/source/inc/runtime.hxx index febd85b37092..5b7c3966a0c0 100644 --- a/basic/source/inc/runtime.hxx +++ b/basic/source/inc/runtime.hxx @@ -230,8 +230,8 @@ class SbiRuntime const sal_uInt8* pStmnt; // beginning of the last statement const sal_uInt8* pError; // address of the current error handler const sal_uInt8* pRestart; // restart-address - const sal_uInt8* pErrCode; // restart-adresse RESUME NEXT - const sal_uInt8* pErrStmnt; // Restart-Adresse RESUME 0 + const sal_uInt8* pErrCode; // restart-address RESUME NEXT + const sal_uInt8* pErrStmnt; // restart-address RESUME 0 OUString aLibName; // Lib-name for declare-call SbxArrayRef refParams; // current procedure parameters SbxArrayRef refLocals; // local variable |