summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-03-24 17:57:59 +0000
committerCaolán McNamara <caolanm@redhat.com>2019-03-26 10:05:25 +0100
commitf1f9c6ee9417cf921e63362f9d82dd196bd07916 (patch)
tree0ffbe8a1aed4f2067829fb114d9c28258dd723ae /sfx2
parent87f998fedb2a7c86007695c88bf3aa550c61c576 (diff)
weld SvxRubyDialog
Change-Id: I32f26b9d3e495e64a38cd8a56e532374dd4891f1 Reviewed-on: https://gerrit.libreoffice.org/69651 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/basedlgs.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sfx2/source/dialog/basedlgs.cxx b/sfx2/source/dialog/basedlgs.cxx
index ce416ad935e4..aed00aa2042a 100644
--- a/sfx2/source/dialog/basedlgs.cxx
+++ b/sfx2/source/dialog/basedlgs.cxx
@@ -469,6 +469,11 @@ void SfxDialogController::EndDialog()
response(RET_CLOSE);
}
+bool SfxModelessDialogController::IsClosing() const
+{
+ return m_xImpl->bClosing;
+}
+
void SfxModelessDialogController::EndDialog()
{
m_xImpl->bClosing = true;