[Libreoffice-commits] core.git: sfx2/inc sfx2/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sun Oct 7 17:45:17 UTC 2018


 sfx2/inc/pch/precompiled_sfx.hxx         |    1 -
 sfx2/inc/preventduplicateinteraction.hxx |    2 --
 sfx2/source/appl/newhelp.hxx             |    1 -
 3 files changed, 4 deletions(-)

New commits:
commit 45385a532b2d4bd227d6771e54b2b8a9faca939c
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Sat Oct 6 21:32:08 2018 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Sun Oct 7 19:44:55 2018 +0200

    drop unnecessary includes
    
    Change-Id: I0a873ecc812f229d972f18370ff06c02f521fedb
    Reviewed-on: https://gerrit.libreoffice.org/61484
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sfx2/inc/pch/precompiled_sfx.hxx b/sfx2/inc/pch/precompiled_sfx.hxx
index 51b5c8e10195..079cca3ddb51 100644
--- a/sfx2/inc/pch/precompiled_sfx.hxx
+++ b/sfx2/inc/pch/precompiled_sfx.hxx
@@ -97,7 +97,6 @@
 #include <vcl/commandinfoprovider.hxx>
 #include <vcl/ctrl.hxx>
 #include <vcl/devicecoordinate.hxx>
-#include <vcl/dialog.hxx>
 #include <vcl/dibtools.hxx>
 #include <vcl/dllapi.h>
 #include <vcl/edit.hxx>
diff --git a/sfx2/inc/preventduplicateinteraction.hxx b/sfx2/inc/preventduplicateinteraction.hxx
index 8fdf8f79ea22..8a8cd91b565c 100644
--- a/sfx2/inc/preventduplicateinteraction.hxx
+++ b/sfx2/inc/preventduplicateinteraction.hxx
@@ -34,8 +34,6 @@
 
 #include <sfx2/app.hxx>
 #include <toolkit/helper/vclunohelper.hxx>
-#include <vcl/dialog.hxx>
-#include <vcl/svapp.hxx>
 #include <vcl/wrkwin.hxx>
 
 namespace com { namespace sun { namespace star { namespace uno {
diff --git a/sfx2/source/appl/newhelp.hxx b/sfx2/source/appl/newhelp.hxx
index fa660cd5f01c..a887f5d00127 100644
--- a/sfx2/source/appl/newhelp.hxx
+++ b/sfx2/source/appl/newhelp.hxx
@@ -32,7 +32,6 @@
 #include <vcl/fixed.hxx>
 #include <vcl/button.hxx>
 #include <vcl/lstbox.hxx>
-#include <vcl/dialog.hxx>
 #include <vcl/weld.hxx>
 #include <svtools/treelistbox.hxx>
 #include <unotools/moduleoptions.hxx>


More information about the Libreoffice-commits mailing list