summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/viewshe2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/view/viewshe2.cxx')
-rw-r--r--sd/source/ui/view/viewshe2.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sd/source/ui/view/viewshe2.cxx b/sd/source/ui/view/viewshe2.cxx
index f06f7bcea7f9..0341c104db7c 100644
--- a/sd/source/ui/view/viewshe2.cxx
+++ b/sd/source/ui/view/viewshe2.cxx
@@ -592,10 +592,7 @@ bool ViewShell::RequestHelp(const HelpEvent& rHEvt)
if (bool(rHEvt.GetMode()))
{
- if( GetView() )
- bReturn = GetView()->getSmartTags().RequestHelp(rHEvt);
-
- if(!bReturn && HasCurrentFunction())
+ if(HasCurrentFunction())
{
bReturn = GetCurrentFunction()->RequestHelp(rHEvt);
}