Kaydet (Commit) 2bfcb3c5 authored tarafından Noel Grandin's avatar Noel Grandin

coverity#708828 unused pointer value

Change-Id: Iba75551684d7ee51865a7063cba7458594e028da
üst 429dd477
...@@ -475,8 +475,7 @@ Any AccFrameSelector::getAccessibleKeyBinding( ) throw (RuntimeException) ...@@ -475,8 +475,7 @@ Any AccFrameSelector::getAccessibleKeyBinding( ) throw (RuntimeException)
Any aRet; Any aRet;
SolarMutexGuard aGuard; SolarMutexGuard aGuard;
IsValid(); IsValid();
utl::AccessibleRelationSetHelper* pHelper; Reference< XAccessibleRelationSet > xRet = new utl::AccessibleRelationSetHelper;
Reference< XAccessibleRelationSet > xRet = pHelper = new utl::AccessibleRelationSetHelper;
if(meBorder == FRAMEBORDER_NONE) if(meBorder == FRAMEBORDER_NONE)
{ {
Window* pPrev = mpFrameSel->GetWindow( WINDOW_PREV ); Window* pPrev = mpFrameSel->GetWindow( WINDOW_PREV );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment