diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-02-25 22:38:34 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-02-26 19:27:12 +0100 |
commit | 2d780c983566d7d9aafb7e61d0138a3ce5f59d2a (patch) | |
tree | 1d89d8b104b914f214518befdac211dedee80cb5 /sw | |
parent | 0169227035c5bfb70da615824f5714762b4ba062 (diff) |
Removed duplicated includes
Change-Id: Ib93cb76a3b667ca96e228d0b59da9f9849850081
Reviewed-on: https://gerrit.libreoffice.org/50330
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/uibase/dochdl/gloshdl.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/uibase/dochdl/gloshdl.cxx b/sw/source/uibase/dochdl/gloshdl.cxx index f964d1b546cc..d7da1c1abf56 100644 --- a/sw/source/uibase/dochdl/gloshdl.cxx +++ b/sw/source/uibase/dochdl/gloshdl.cxx @@ -48,7 +48,6 @@ #include <swerror.h> #include <frmmgr.hxx> #include <vcl/svapp.hxx> -#include <vcl/weld.hxx> #include <vcl/lstbox.hxx> #include <editeng/acorrcfg.hxx> |