[Libreoffice-commits] core.git: sd/source sw/source

Andrea Gelmini andrea.gelmini at gelma.net
Mon Mar 5 08:45:08 UTC 2018


 sd/source/ui/animations/CustomAnimationDialog.cxx |    1 -
 sd/source/ui/dlg/animobjs.cxx                     |    1 -
 sw/source/uibase/shells/textsh1.cxx               |    1 -
 3 files changed, 3 deletions(-)

New commits:
commit c55f72a6d83a7698900261a64ef04e6d406a9ce6
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Fri Mar 2 17:13:37 2018 +0100

    Removed duplicated includes
    
    Change-Id: I63312215af63b2e7726ca79c6e151772e6ca7192
    Reviewed-on: https://gerrit.libreoffice.org/50479
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

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>


More information about the Libreoffice-commits mailing list