diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-03-14 11:39:26 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-03-16 09:18:01 +0100 |
commit | a03f421a878c210566dc8d728113a27400da38f2 (patch) | |
tree | 627d2e9e3dacd71547b1e5823c8f62d3457de5e6 /sfx2 | |
parent | b524cab24b8f7c39104db7842e071599eb1d674f (diff) |
Remove duplicated include
Change-Id: Ibef1d79b091efca721eb3e5304f4b15b95b6bfff
Reviewed-on: https://gerrit.libreoffice.org/69288
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/sfxhelp.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/source/appl/sfxhelp.cxx b/sfx2/source/appl/sfxhelp.cxx index ab7ca70a950b..99042b9e0f04 100644 --- a/sfx2/source/appl/sfxhelp.cxx +++ b/sfx2/source/appl/sfxhelp.cxx @@ -71,7 +71,6 @@ #include <comphelper/lok.hxx> #include <LibreOfficeKit/LibreOfficeKitEnums.h> #include <sfx2/viewsh.hxx> -#include <officecfg/Office/Common.hxx> #include "newhelp.hxx" #include <sfx2/objsh.hxx> |