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

Miklos Vajna vmiklos at collabora.co.uk
Thu Jul 2 01:25:44 PDT 2015


 basic/source/comp/exprgen.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2e7fe5087487cab0bb0173c84f91e1cf843d963e
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Thu Jul 2 10:24:59 2015 +0200

    error: 'pGen' was not declared in this scope
    
    Change-Id: I6ebf100be3a90b315491e2735da9c82e5901fc59

diff --git a/basic/source/comp/exprgen.cxx b/basic/source/comp/exprgen.cxx
index df46923..c0e619c 100644
--- a/basic/source/comp/exprgen.cxx
+++ b/basic/source/comp/exprgen.cxx
@@ -173,7 +173,7 @@ void SbiExprNode::GenElement( SbiCodeGen& rGen, SbiOpcode eOp )
 {
 #ifdef DBG_UTIL
     if ((eOp < _RTL || eOp > _CALLC) && eOp != _FIND_G && eOp != _FIND_CM && eOp != _FIND_STATIC)
-        pGen->GetParser()->Error( SbERR_INTERNAL_ERROR, "Opcode" );
+        rGen.GetParser()->Error( SbERR_INTERNAL_ERROR, "Opcode" );
 #endif
     SbiSymDef* pDef = aVar.pDef;
     // The ID is either the position or the String-ID


More information about the Libreoffice-commits mailing list