diff options
author | Andre Fischer <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com> | 2011-02-10 09:09:49 +0100 |
---|---|---|
committer | Andre Fischer <andre.f.fischer <Andre Fischer<andre.f.fischer@oracle.com> | 2011-02-10 09:09:49 +0100 |
commit | 89ae9990f2c2b520445b2a27b8675c50872394f9 (patch) | |
tree | 84f5dd91dead180e12cda2ca89b3246ffcd36029 /sd | |
parent | 1a0a7970636e093d015267b828ecd8d5c2543541 (diff) |
impress211: #i115688# Forwarding result of ::Window::Notify().
Diffstat (limited to 'sd')
-rwxr-xr-x | sd/source/ui/view/sdwindow.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/sdwindow.cxx b/sd/source/ui/view/sdwindow.cxx index ed5dda39037c..0ddcec80c480 100755 --- 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; } |