diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-03-02 17:13:37 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-03-05 09:44:46 +0100 |
commit | c55f72a6d83a7698900261a64ef04e6d406a9ce6 (patch) | |
tree | dc1ba9122a9d42ed92cd6e28a9b967b7b5871969 | |
parent | 4783119c897dbac4aea14df8b9587dae6db8a4fc (diff) |
Removed duplicated includes
Change-Id: I63312215af63b2e7726ca79c6e151772e6ca7192
Reviewed-on: https://gerrit.libreoffice.org/50479
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | sd/source/ui/animations/CustomAnimationDialog.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/dlg/animobjs.cxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/shells/textsh1.cxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/sd/source/ui/animations/CustomAnimationDialog.cxx b/sd/source/ui/animations/CustomAnimationDialog.cxx index 0f151eef9775..d0f4ca923a98 100644 --- a/sd/source/ui/animations/CustomAnimationDialog.cxx +++ b/sd/source/ui/animations/CustomAnimationDialog.cxx @@ -45,7 +45,6 @@ #include <vcl/field.hxx> #include <vcl/lstbox.hxx> #include <vcl/layout.hxx> -#include <vcl/svapp.hxx> #include <vcl/weld.hxx> #include <vcl/decoview.hxx> #include <vcl/combobox.hxx> diff --git a/sd/source/ui/dlg/animobjs.cxx b/sd/source/ui/dlg/animobjs.cxx index 9f0c5f3ed820..a9b324d1fd24 100644 --- a/sd/source/ui/dlg/animobjs.cxx +++ b/sd/source/ui/dlg/animobjs.cxx @@ -39,7 +39,6 @@ #include <ViewShell.hxx> -#include <vcl/svapp.hxx> #include <vcl/settings.hxx> #include <EffectMigration.hxx> diff --git a/sw/source/uibase/shells/textsh1.cxx b/sw/source/uibase/shells/textsh1.cxx index 1f97aa356969..ebe37818f216 100644 --- a/sw/source/uibase/shells/textsh1.cxx +++ b/sw/source/uibase/shells/textsh1.cxx @@ -38,7 +38,6 @@ #include <sfx2/bindings.hxx> #include <sfx2/dispatch.hxx> #include <sfx2/objitem.hxx> -#include <vcl/svapp.hxx> #include <vcl/unohelp2.hxx> #include <vcl/weld.hxx> #include <sfx2/request.hxx> |