summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorPranav Kant <pranavk@collabora.co.uk>2018-01-25 19:27:41 +0530
committerJan Holesovsky <kendy@collabora.com>2018-07-16 17:44:35 +0200
commit57ff164b1293db0a8f122f83e9bc60020ff697fe (patch)
treea157e121e53abb955bca82748fc7bf7d8be94838 /sfx2
parent913119dc9561269b80072f0b5383418cd729d605 (diff)
lokdialog: No need to notify 'close' callback here
This is now handled in Dialog::dispose Change-Id: If6703dbf1fa02c3d83debcc17eba3c6b1ee49a1c Reviewed-on: https://gerrit.libreoffice.org/48622 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com> (cherry picked from commit cc9ca93c52e40557ed918868e235d393f9ecde6e) Reviewed-on: https://gerrit.libreoffice.org/57507
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/basedlgs.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/sfx2/source/dialog/basedlgs.cxx b/sfx2/source/dialog/basedlgs.cxx
index 6d5319ed7b52..44ae30e72180 100644
--- a/sfx2/source/dialog/basedlgs.cxx
+++ b/sfx2/source/dialog/basedlgs.cxx
@@ -200,13 +200,6 @@ void SfxModalDialog::StateChanged( StateChangedType nType )
aItems.emplace_back("title", GetText().toUtf8());
SfxViewShell::Current()->notifyWindow(GetLOKWindowId(), "created", aItems);
}
- else if (nType == StateChangedType::Visible &&
- !IsVisible() &&
- GetLOKNotifier())
- {
- SfxViewShell::Current()->notifyWindow(GetLOKWindowId(), "close");
- ReleaseLOKNotifier();
- }
}
ModalDialog::StateChanged(nType);