diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-02-26 23:02:14 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-02-27 07:40:38 +0100 |
commit | 9fd05af612532bb6ae6c5fee33b28f7178728069 (patch) | |
tree | b85a94f4d2046434761a1d6edaad2aff1be63833 | |
parent | 10b6529a2abe78aeb650c5e027cdbad4c2a72219 (diff) |
Remove duplicated includes
Change-Id: I8caee48fa9a08d6ee8c5c084468634dcd2a5fbf6
Reviewed-on: https://gerrit.libreoffice.org/50383
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | cui/source/options/optinet2.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/view/viewfrm.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/cui/source/options/optinet2.cxx b/cui/source/options/optinet2.cxx index 19de5d14b8ad..99ddbae652e8 100644 --- a/cui/source/options/optinet2.cxx +++ b/cui/source/options/optinet2.cxx @@ -39,7 +39,6 @@ #include <sfx2/objsh.hxx> #include <unotools/bootstrap.hxx> #include <vcl/help.hxx> -#include <vcl/weld.hxx> #include <vcl/builderfactory.hxx> #include <sfx2/viewfrm.hxx> #include <unotools/pathoptions.hxx> diff --git a/sfx2/source/view/viewfrm.cxx b/sfx2/source/view/viewfrm.cxx index c72f6a47a4a1..b640f5f4aff9 100644 --- a/sfx2/source/view/viewfrm.cxx +++ b/sfx2/source/view/viewfrm.cxx @@ -135,7 +135,6 @@ using ::com::sun::star::container::XIndexContainer; #include <sfx2/strings.hrc> #include "impviewframe.hxx" #include <vcl/svapp.hxx> -#include <vcl/weld.hxx> #define SfxViewFrame #include <sfxslots.hxx> |