summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/gui/dp_gui_dialog2.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-04-09 15:29:24 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-04-09 21:17:03 +0200
commit9b6545773605c421a9266fcffca95d21131f5ada (patch)
treeeb4a184c87ec58738054f58c0fb6f9208d53278f /desktop/source/deployment/gui/dp_gui_dialog2.hxx
parent6c6046a83e0285f4c4303ee8a049759113dac16d (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 'desktop/source/deployment/gui/dp_gui_dialog2.hxx')
-rw-r--r--desktop/source/deployment/gui/dp_gui_dialog2.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/deployment/gui/dp_gui_dialog2.hxx b/desktop/source/deployment/gui/dp_gui_dialog2.hxx
index fe0a953dc213..40faf4548313 100644
--- a/desktop/source/deployment/gui/dp_gui_dialog2.hxx
+++ b/desktop/source/deployment/gui/dp_gui_dialog2.hxx
@@ -21,7 +21,7 @@
#include <vcl/timer.hxx>
#include <vcl/idle.hxx>
-#include <vcl/waitobj.hxx>
+#include <vcl/locktoplevels.hxx>
#include <vcl/customweld.hxx>
#include <vcl/weld.hxx>
@@ -36,14 +36,14 @@
#include <com/sun/star/ui/dialogs/XExecutableDialog.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
-namespace dp_gui {
+struct ImplSVEvent;
+namespace dp_gui {
class ExtBoxWithBtns_Impl;
class ExtensionBox_Impl;
class TheExtensionManager;
-
class DialogHelper
{
css::uno::Reference< css::uno::XComponentContext > m_xContext;