diff options
-rw-r--r-- | sd/source/ui/slidesorter/shell/SlideSorter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/slidesorter/shell/SlideSorter.cxx b/sd/source/ui/slidesorter/shell/SlideSorter.cxx index 4666cc3e56b2..5c2a56e4b502 100644 --- a/sd/source/ui/slidesorter/shell/SlideSorter.cxx +++ b/sd/source/ui/slidesorter/shell/SlideSorter.cxx @@ -534,9 +534,9 @@ bool SlideSorter::RelocateToWindow (::Window* pParentWindow) { mpViewShell->ViewShell::RelocateToParentWindow(pParentWindow); pNewWindow = mpViewShell->GetParentWindow(); + } else pNewWindow = NULL; - } SetupControls(pNewWindow); SetupListeners(); |