[Libreoffice-commits] .: basic/source

Noel Power noelp at kemper.freedesktop.org
Thu Jul 5 13:41:08 PDT 2012


 basic/source/runtime/step0.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 6ee44323ce7f6bcb583872019314915cf73103ca
Author: Noel Power <noel.power at novell.com>
Date:   Thu Jul 5 21:40:34 2012 +0100

    fix wae
    
    Change-Id: I924c23853916cc26f151f1cfd3091dcbcf3899dd

diff --git a/basic/source/runtime/step0.cxx b/basic/source/runtime/step0.cxx
index 74b528a..b5f9a6b 100644
--- a/basic/source/runtime/step0.cxx
+++ b/basic/source/runtime/step0.cxx
@@ -364,7 +364,6 @@ inline bool checkUnoStructCopy( bool bVBA, SbxVariableRef& refVal, SbxVariableRe
     {
         refVar->SetType( SbxOBJECT );
         SbxObjectRef xVarObj = (SbxObject*)refVar->GetObject();
-        SbUnoObject* pUnoObj = PTR_CAST(SbUnoObject,(SbxObject*)xVarObj);
         SbUnoStructRefObject* pUnoStructObj = PTR_CAST(SbUnoStructRefObject,(SbxObject*)xVarObj);
 
         if ( ( !pUnoVal && !pUnoStructVal ) )


More information about the Libreoffice-commits mailing list