diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-12-10 17:27:10 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-12-10 22:55:15 +0100 |
commit | 8a3780febe8960ddc85ae1b2a6c4fb68b306a10c (patch) | |
tree | ff5225df364900be4897b2054db80c00afcfb88b /sw | |
parent | a70b4f24043f7251fc2e7d2450ddfc2bd43a3f8f (diff) |
Removed duplicated include
Change-Id: I4db0983e3ab249fbde8c7db0d895ee4e8bb20c7f
Reviewed-on: https://gerrit.libreoffice.org/84877
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/uibase/uiview/view2.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/uibase/uiview/view2.cxx b/sw/source/uibase/uiview/view2.cxx index 3542ef25a560..117d90931dd9 100644 --- a/sw/source/uibase/uiview/view2.cxx +++ b/sw/source/uibase/uiview/view2.cxx @@ -130,7 +130,6 @@ #include <ndtxt.hxx> #include <comphelper/processfactory.hxx> -#include <comphelper/lok.hxx> #include <LibreOfficeKit/LibreOfficeKitEnums.h> #include <svx/svxdlg.hxx> |