diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-08-18 14:44:10 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-08-18 20:03:21 +0200 |
commit | 12bb15fce78dc27fe046cecf6984c4f45b364e51 (patch) | |
tree | 1bb5cac89eef7e889aeac90642558a9e51430df1 /include | |
parent | f7e38a073cb1c92b503735b1da94d7be45926727 (diff) |
Removed duplicated includes
Change-Id: I61861d87449f83cb3a1efe8a2cf0345864c2f1db
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100918
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'include')
-rw-r--r-- | include/toolkit/awt/vclxwindows.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/toolkit/awt/vclxwindows.hxx b/include/toolkit/awt/vclxwindows.hxx index ba13cd2f7da1..492df058e3e6 100644 --- a/include/toolkit/awt/vclxwindows.hxx +++ b/include/toolkit/awt/vclxwindows.hxx @@ -48,8 +48,6 @@ #include <com/sun/star/awt/XItemListListener.hpp> #include <com/sun/star/awt/XSimpleTabController.hpp> #include <com/sun/star/awt/XTextArea.hpp> -#include <com/sun/star/awt/XTextComponent.hpp> -#include <com/sun/star/awt/XTextLayoutConstrains.hpp> #include <com/sun/star/util/Time.hpp> #include <com/sun/star/util/Date.hpp> #include <cppuhelper/implbase.hxx> |