diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-01-14 09:27:52 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-01-14 13:14:22 +0100 |
commit | 998a9470f1d5728b3f9702ef7aca77aa53bff96b (patch) | |
tree | 0ddf1add36e7173fd9412de3a482ecd41d1245af /svx | |
parent | 93be108f5270cc2b0fe19d23d7819970e69a8535 (diff) |
remove some unneeded includes
Change-Id: I798230983b612ee2b9a0f6cc17751a3a5d703e9f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86744
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/sidebar/text/TextCharacterSpacingControl.cxx | 1 | ||||
-rw-r--r-- | svx/source/sidebar/text/TextUnderlineControl.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/svx/source/sidebar/text/TextCharacterSpacingControl.cxx b/svx/source/sidebar/text/TextCharacterSpacingControl.cxx index e19044e2eb25..b04dd42caabb 100644 --- a/svx/source/sidebar/text/TextCharacterSpacingControl.cxx +++ b/svx/source/sidebar/text/TextCharacterSpacingControl.cxx @@ -27,7 +27,6 @@ #include <sfx2/viewfrm.hxx> #include <sfx2/sidebar/Theme.hxx> #include <svx/TextCharacterSpacingPopup.hxx> -#include <vcl/button.hxx> #include <vcl/settings.hxx> #include <svl/itempool.hxx> #include <helpids.h> diff --git a/svx/source/sidebar/text/TextUnderlineControl.cxx b/svx/source/sidebar/text/TextUnderlineControl.cxx index 1d8770c91e0c..eff6cb932843 100644 --- a/svx/source/sidebar/text/TextUnderlineControl.cxx +++ b/svx/source/sidebar/text/TextUnderlineControl.cxx @@ -24,7 +24,6 @@ #include <svx/TextUnderlinePopup.hxx> #include <editeng/editids.hrc> #include <editeng/udlnitem.hxx> -#include <vcl/button.hxx> #include <vcl/settings.hxx> #include <helpids.h> |