| commit | 50d20866aa90150680e6d39998081fc148638c73 | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Wed Mar 12 10:17:50 2014 +0000 |
| committer | Caolán McNamara <caolanm@redhat.com> | Wed Mar 12 11:02:15 2014 +0000 |
| tree | 3e7e1e124d8a3168df1d2ccaecaa709fce0edea5 | |
| parent | 40ad078ffb84872c9771922c2bef23fed4416bcf [diff] |
fix coverity#704768 Change-Id: I6b3403ad1b1f18a4cf32a933bb721f9c6cab44f7
diff --git a/sd/source/ui/slidesorter/shell/SlideSorter.cxx b/sd/source/ui/slidesorter/shell/SlideSorter.cxx index 4666cc3..5c2a56e 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();