summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-08-04 20:35:54 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-08-05 11:51:32 +0200
commit377a318dcfe4021eadde0e8cd922a4e42040b355 (patch)
treedb1d6b7ec490028404a2d90e44c1d0d48bb39603 /desktop
parent1a5bee9d18c9d7a8db0f9f011a0d2224d687e327 (diff)
drop unneeded forward declare
Change-Id: I858d4a43690bd37385eb6f48945c05dd9c2a6182 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120031 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/deployment/gui/dp_gui_updatedialog.hxx1
-rw-r--r--desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx2
2 files changed, 0 insertions, 3 deletions
diff --git a/desktop/source/deployment/gui/dp_gui_updatedialog.hxx b/desktop/source/deployment/gui/dp_gui_updatedialog.hxx
index 323e4d58ba53..04aeec8dab43 100644
--- a/desktop/source/deployment/gui/dp_gui_updatedialog.hxx
+++ b/desktop/source/deployment/gui/dp_gui_updatedialog.hxx
@@ -37,7 +37,6 @@ class Image;
class KeyEvent;
class MouseEvent;
class ResId;
-namespace vcl { class Window; }
namespace com::sun::star {
namespace deployment { class XExtensionManager;
diff --git a/desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx b/desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx
index 224307f71b30..39b37ed4bc77 100644
--- a/desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx
+++ b/desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx
@@ -34,8 +34,6 @@ namespace com::sun::star::uno {
class XComponentContext;
}
-namespace vcl { class Window; }
-
namespace dp_gui {
struct UpdateData;