diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-02-19 13:00:36 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-02-19 17:10:51 +0100 |
commit | 074e969a23be8bf2f5ef21d6997f7a0522c81369 (patch) | |
tree | e68f8efa1445284f653728b22d4b203c1f32db10 /include/vcl/dialoghelper.hxx | |
parent | 2db9ef47478fa7faf4fbceb0791edf43a110fb4f (diff) |
move VclBuilder::preload so desktop doesn't need to include that header
Change-Id: I72f2b21cb9ac0b39995887afcf41189f2e7ad284
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111219
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.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/dialoghelper.hxx b/include/vcl/dialoghelper.hxx index f8d9ffee83a0..828c21b2af17 100644 --- a/include/vcl/dialoghelper.hxx +++ b/include/vcl/dialoghelper.hxx @@ -24,6 +24,8 @@ 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); +/// Pre-loads all modules containing UI information +VCL_DLLPUBLIC void VclBuilderPreload(); } /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ |