summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorNoel Power <noel.power@novell.com>2012-07-05 21:40:34 +0100
committerNoel Power <noel.power@novell.com>2012-07-05 21:41:05 +0100
commit6ee44323ce7f6bcb583872019314915cf73103ca (patch)
tree8d05d0b7d8f646d11529dfa2273675ca46c45c42 /basic
parent7e3923520c27ff139bc3abab35a1c01e1a785fb1 (diff)
fix wae
Change-Id: I924c23853916cc26f151f1cfd3091dcbcf3899dd
Diffstat (limited to 'basic')
-rw-r--r--basic/source/runtime/step0.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/basic/source/runtime/step0.cxx b/basic/source/runtime/step0.cxx
index 74b528a41759..b5f9a6bd8fac 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 ) )