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

New commits:
commit 6ee44323ce7f6bcb583872019314915cf73103ca
Author: Noel Power <[email protected]>
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 ) )
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to