diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-03-11 10:18:45 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-03-11 18:35:48 +0100 |
commit | 13333b72bc8f0627fb934a25de63c8c789fd725d (patch) | |
tree | 42d38666532a7701be64b29516cbe2592cfef9f0 /dbaccess | |
parent | 3f66a801aeab257705922998e518398d27e4d698 (diff) |
remove some unneeded vcl/window.hxx includes
Change-Id: I2b716371e2bebe7390e7f0c7b747140d9f4bdec6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112330
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/querydesign/TableFieldDescription.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dbaccess/source/ui/querydesign/TableFieldDescription.cxx b/dbaccess/source/ui/querydesign/TableFieldDescription.cxx index 95476cafd51e..c8f0a402218f 100644 --- a/dbaccess/source/ui/querydesign/TableFieldDescription.cxx +++ b/dbaccess/source/ui/querydesign/TableFieldDescription.cxx @@ -22,7 +22,6 @@ #include <osl/diagnose.h> #include <com/sun/star/sdbc/DataType.hpp> #include <comphelper/namedvaluecollection.hxx> -#include <vcl/window.hxx> using namespace ::com::sun::star::sdbc; using namespace ::com::sun::star::uno; |