diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-03-19 20:33:33 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-03-20 11:31:22 +0100 |
commit | 7cfc76c78ab0361d5563e24b3ecd46472063aaa3 (patch) | |
tree | de3c402c494b433878aa5a24b87be8bbd93a7572 | |
parent | 50541a0b5b594adaf8b801eb485faf3555810e2f (diff) |
drop unneeded include
Change-Id: I2d678f6fcb1707fbf5274927f6dcae05061703c7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112781
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | sw/source/uibase/config/viewopt.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/uibase/config/viewopt.cxx b/sw/source/uibase/config/viewopt.cxx index 99ad4caf97a1..304d5393ac0f 100644 --- a/sw/source/uibase/config/viewopt.cxx +++ b/sw/source/uibase/config/viewopt.cxx @@ -25,7 +25,6 @@ #include <officecfg/Office/Common.hxx> #include <unotools/localedatawrapper.hxx> #include <vcl/outdev.hxx> -#include <vcl/window.hxx> #include <swmodule.hxx> #include <viewopt.hxx> #include <wdocsh.hxx> |