diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-05-23 12:23:36 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-05-23 14:16:11 +0100 |
commit | 6ae8ade6410881f2f01d57968abc8463750f18a8 (patch) | |
tree | c67effa62e7591bfbe59124ca244799db29d1ee8 | |
parent | 71d21de098ef0c4d6a8f553868f62f8ef4d5fa87 (diff) |
coverity#705865 Dereference before null check
Change-Id: Ib7b57da47d891725cd33073a8e7ed2f4baba74e9
-rw-r--r-- | sd/source/ui/func/fusel.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/ui/func/fusel.cxx b/sd/source/ui/func/fusel.cxx index 82c1c45713e1..bf10d9fc6d0a 100644 --- a/sd/source/ui/func/fusel.cxx +++ b/sd/source/ui/func/fusel.cxx @@ -305,7 +305,6 @@ bool FuSelection::MouseButtonDown(const MouseEvent& rMEvt) // New: double click on selected Group object // enter group if ( ! bSelectionOnly - && pObj && pObj->GetPage() == pPV->GetPage()) bReturn = pPV->EnterGroup(pObj); } |