diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-06-12 15:16:52 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-06-12 20:13:46 +0200 |
commit | a854500861e469835b8d1fd37ac86b1b514c43a6 (patch) | |
tree | f388dd25baa440f69a6d9dda6e5432ed5e81e158 /vcl/qt5 | |
parent | ea84e714a49fae80b20a9e4706b0274126614611 (diff) |
PopupMenuFloatingWindow is now unused
Change-Id: Ie8fa026becb1899e466fb0e7dbb987290788aaf2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96207
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/qt5')
-rw-r--r-- | vcl/qt5/Qt5AccessibleWidget.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/qt5/Qt5AccessibleWidget.cxx b/vcl/qt5/Qt5AccessibleWidget.cxx index 829e7e3a818d..ccca1cd2072f 100644 --- a/vcl/qt5/Qt5AccessibleWidget.cxx +++ b/vcl/qt5/Qt5AccessibleWidget.cxx @@ -53,7 +53,6 @@ #include <comphelper/AccessibleImplementationHelper.hxx> #include <o3tl/any.hxx> #include <sal/log.hxx> -#include <vcl/popupmenuwindow.hxx> using namespace css; using namespace css::accessibility; |