summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2015-05-21 16:26:37 +0100
committerMichael Meeks <michael.meeks@collabora.com>2015-05-22 15:34:27 +0100
commit94f8754f8e69bc0e5f06dc271fc286eaa0e0c339 (patch)
tree6c672fbe87172a69a947c9033368f512df4286d1 /sfx2
parent07f872d4b8e95c82f8d935f76f6a5a0d7ba89187 (diff)
tdf#91381 - fix a couple of animation related lifecycle issues.
Change-Id: I4aada7f27e3a88124ad670e62ddb6c92ecf431a8
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/dockwin.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sfx2/source/dialog/dockwin.cxx b/sfx2/source/dialog/dockwin.cxx
index 80613ce4ac97..6f30d5008270 100644
--- a/sfx2/source/dialog/dockwin.cxx
+++ b/sfx2/source/dialog/dockwin.cxx
@@ -1729,6 +1729,9 @@ Size SfxDockingWindow::GetMinOutputSizePixel() const
bool SfxDockingWindow::Notify( NotifyEvent& rEvt )
{
+ if ( !pImp )
+ return DockingWindow::Notify( rEvt );
+
if ( rEvt.GetType() == MouseNotifyEvent::GETFOCUS )
{
if (pMgr != NULL)