summaryrefslogtreecommitdiff
path: root/sd/source
diff options
context:
space:
mode:
authorAndre Fische <andre.f.fischer Andre Fischerandre.f.fischer@oracle.com>2011-02-10 09:09:49 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-11-28 12:48:30 +0000
commit60157eabf35827a360ebc84c6381e1224685badc (patch)
tree7abfba284edbb6235991d7c852cbc59c8ee4dff3 /sd/source
parent2983b776bf776574245692e18740400b4608cb9e (diff)
impress211: #i115688# Forwarding result of ::Window::Notify().
Diffstat (limited to 'sd/source')
-rw-r--r--sd/source/ui/view/sdwindow.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/sdwindow.cxx b/sd/source/ui/view/sdwindow.cxx
index f070b10cfa6d..95125344ee77 100644
--- a/sd/source/ui/view/sdwindow.cxx
+++ b/sd/source/ui/view/sdwindow.cxx
@@ -359,7 +359,7 @@ long Window::Notify( NotifyEvent& rNEvt )
nResult = mpViewShell->Notify(rNEvt, this);
}
if( !nResult )
- ::Window::Notify( rNEvt );
+ nResult = ::Window::Notify( rNEvt );
return nResult;
}