summaryrefslogtreecommitdiff
path: root/include/vcl/svapp.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-10-08 10:43:03 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-10-08 10:43:56 +0100
commit06d253ef3a3339300eff4fd38db728301516bf4d (patch)
tree10088b87d53a9aac8855cb6f56b0676bdf40a5bd /include/vcl/svapp.hxx
parent4855e780dc4f3cdfcadbce07b6bbdeb9b4eb2d0b (diff)
afl-eventtesting: add Application::EndAllDialogs
which uses PostUserEvent like Application::Quit so can ensure EndAllDialogs gets called before Quit Change-Id: I9eb7dbd4f012be2e9b9cea7a73c90c5aaba141aa
Diffstat (limited to 'include/vcl/svapp.hxx')
-rw-r--r--include/vcl/svapp.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx
index 1d8392cd6b5a..a5fb8fe0e4df 100644
--- a/include/vcl/svapp.hxx
+++ b/include/vcl/svapp.hxx
@@ -1481,6 +1481,10 @@ public:
static css::uno::Reference< css::ui::dialogs::XFolderPicker2 >
createFolderPicker( const css::uno::Reference< css::uno::XComponentContext >& rServiceManager );
+ /** Cancel all open dialogs
+ */
+ static void EndAllDialogs();
+
///@}
// For vclbootstrapprotector: