diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-02-06 20:36:03 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-02-07 12:47:48 +0100 |
commit | 9b8180dfb71e139d78be487967f741e1f9f46d51 (patch) | |
tree | 0f7b3c39468dbc6a8764468b58f30aa9c5915b09 /sw/source/uibase/ribbar | |
parent | ed87f7e96b7f4f9201fa17bc573d4ef8ba9ab4e4 (diff) |
remove unnecessary include
Change-Id: I205966f40472d187c63717ddf6e8153584c6b284
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88141
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/uibase/ribbar')
-rw-r--r-- | sw/source/uibase/ribbar/workctrl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/ribbar/workctrl.cxx b/sw/source/uibase/ribbar/workctrl.cxx index 08d569a01811..0f16edc98394 100644 --- a/sw/source/uibase/ribbar/workctrl.cxx +++ b/sw/source/uibase/ribbar/workctrl.cxx @@ -42,7 +42,7 @@ #include <rtl/ustring.hxx> #include <swabstdlg.hxx> #include <sfx2/zoomitem.hxx> -#include <vcl/field.hxx> +#include <vcl/combobox.hxx> #include <vcl/svapp.hxx> #include <svx/dialmgr.hxx> #include <svx/strings.hrc> |