diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-09-01 17:07:59 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-09-02 13:51:22 +0200 |
commit | 3ee5c24a03516892dfc58b4fe1211b21562b6cec (patch) | |
tree | 4ed58a8459be672477baffc6b9e2447135722871 | |
parent | 8261ba5d76bfa28e3170e29e940dc85c4b3a4f2d (diff) |
drop unnecessary include
Change-Id: I4d623a99356f211a31879a2822fd8feea73a7d60
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101913
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | sw/source/uibase/utlui/navipi.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/uibase/utlui/navipi.cxx b/sw/source/uibase/utlui/navipi.cxx index 1da86f1b917e..d5135682f84a 100644 --- a/sw/source/uibase/utlui/navipi.cxx +++ b/sw/source/uibase/utlui/navipi.cxx @@ -28,7 +28,6 @@ #include <sfx2/navigat.hxx> #include <sfx2/viewfrm.hxx> #include <tools/urlobj.hxx> -#include <vcl/toolbox.hxx> #include <swtypes.hxx> #include <swmodule.hxx> #include <view.hxx> |