diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-04-09 15:29:24 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-04-09 21:17:03 +0200 |
commit | 9b6545773605c421a9266fcffca95d21131f5ada (patch) | |
tree | eb4a184c87ec58738054f58c0fb6f9208d53278f /cui | |
parent | 6c6046a83e0285f4c4303ee8a049759113dac16d (diff) |
remove vcl/waitobj.hxx
create vcl/locktoplevels.hxx for the utility to set all
toplevel windows modally locked
Change-Id: I964484d238852e830e1e5c0b86b3bebb3b41a6b3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113889
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/dialogs/hlmarkwn.cxx | 2 | ||||
-rw-r--r-- | cui/source/inc/hltpbase.hxx | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/cui/source/dialogs/hlmarkwn.cxx b/cui/source/dialogs/hlmarkwn.cxx index 1f6a85494e82..42445b383a51 100644 --- a/cui/source/dialogs/hlmarkwn.cxx +++ b/cui/source/dialogs/hlmarkwn.cxx @@ -39,6 +39,8 @@ #include <hltpbase.hxx> #include <hlmarkwn_def.hxx> +#include <stack> + using namespace ::com::sun::star; namespace { diff --git a/cui/source/inc/hltpbase.hxx b/cui/source/inc/hltpbase.hxx index 00cda67f9d02..2ad0007c83cb 100644 --- a/cui/source/inc/hltpbase.hxx +++ b/cui/source/inc/hltpbase.hxx @@ -23,7 +23,7 @@ #include <sfx2/dispatch.hxx> #include <svtools/inettbc.hxx> #include <vcl/timer.hxx> -#include <vcl/waitobj.hxx> +#include <vcl/locktoplevels.hxx> #include <com/sun/star/frame/XFrame.hpp> #include <svx/hlnkitem.hxx> |