diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-03-24 17:57:59 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-03-26 10:05:25 +0100 |
commit | f1f9c6ee9417cf921e63362f9d82dd196bd07916 (patch) | |
tree | 0ffbe8a1aed4f2067829fb114d9c28258dd723ae /sfx2 | |
parent | 87f998fedb2a7c86007695c88bf3aa550c61c576 (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.cxx | 5 |
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; |