summaryrefslogtreecommitdiff
path: root/include/vcl/dialoghelper.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-02-26 12:14:03 +0000
committerCaolán McNamara <caolanm@redhat.com>2021-02-26 20:58:06 +0100
commit71da8dd7d710f9038586800d3d9ac848d064c911 (patch)
tree1e1edb5e88961c1698215f94485dd414efb3743b /include/vcl/dialoghelper.hxx
parenta5a71c7bb58a16a64c586c3ea142e0dd88cf7104 (diff)
move lok FloatingWindow closing code to vcl
Change-Id: I8e2c29e2c6450f79a7b80262f290b6afd13db7f8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111627 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/dialoghelper.hxx')
-rw-r--r--include/vcl/dialoghelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/dialoghelper.hxx b/include/vcl/dialoghelper.hxx
index 828c21b2af17..549188e00214 100644
--- a/include/vcl/dialoghelper.hxx
+++ b/include/vcl/dialoghelper.hxx
@@ -23,7 +23,7 @@ VCL_DLLPUBLIC void EndAllDialogs(vcl::Window const* pParent);
/* for LibreOffice kit */
VCL_DLLPUBLIC void EnableDialogInput(vcl::Window* pDialog);
-VCL_DLLPUBLIC bool CloseDialog(vcl::Window* pDialog);
+VCL_DLLPUBLIC void CloseTopLevel(vcl::Window* pDialog);
/// Pre-loads all modules containing UI information
VCL_DLLPUBLIC void VclBuilderPreload();
}