[Libreoffice-commits] core.git: basic/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Sep 7 00:33:01 UTC 2018


 basic/source/inc/runtime.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 6732bebb8796f5f941ddae6c49420962f4e71356
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Sep 6 18:28:52 2018 +0200
Commit:     Jens Carl <j.carl43 at gmx.de>
CommitDate: Fri Sep 7 02:32:35 2018 +0200

    Fix typo
    
    Change-Id: Ib2c183f5edb94e68f43f92edd83cb8d3ae5b40e1
    Reviewed-on: https://gerrit.libreoffice.org/60103
    Tested-by: Jenkins
    Reviewed-by: Jens Carl <j.carl43 at gmx.de>

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


More information about the Libreoffice-commits mailing list