diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-10-12 21:42:03 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-10-13 09:36:51 +0100 |
commit | 15f5fdef976ac2a2fc7192ce7cd4324e0820a2ed (patch) | |
tree | 24ba7a22273c4b98f988ca68c0b033a9e08df676 /extensions | |
parent | 170cf525e4b070a57e2e389a98a1973521c3a9e7 (diff) |
move this monstrosity to the last place its used
Change-Id: I4691f20143406249afc8da1a6dfa901224f4a62d
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/abpilot/abspilot.cxx | 1 | ||||
-rw-r--r-- | extensions/source/dbpilots/commonpagesdbp.cxx | 1 | ||||
-rw-r--r-- | extensions/source/dbpilots/controlwizard.cxx | 1 | ||||
-rw-r--r-- | extensions/source/propctrlr/formlinkdialog.cxx | 1 | ||||
-rw-r--r-- | extensions/source/propctrlr/xsdvalidationpropertyhandler.cxx | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/extensions/source/abpilot/abspilot.cxx b/extensions/source/abpilot/abspilot.cxx index 8ceb9e2054ca..ca165231b7e7 100644 --- a/extensions/source/abpilot/abspilot.cxx +++ b/extensions/source/abpilot/abspilot.cxx @@ -23,7 +23,6 @@ #include "componentmodule.hxx" #include <comphelper/processfactory.hxx> #include <tools/debug.hxx> -#include <svtools/localresaccess.hxx> #include "typeselectionpage.hxx" #include "admininvokationpage.hxx" #include "tableselectionpage.hxx" diff --git a/extensions/source/dbpilots/commonpagesdbp.cxx b/extensions/source/dbpilots/commonpagesdbp.cxx index 84ee2e173d94..0dc6b2791074 100644 --- a/extensions/source/dbpilots/commonpagesdbp.cxx +++ b/extensions/source/dbpilots/commonpagesdbp.cxx @@ -30,7 +30,6 @@ #include <com/sun/star/sdb/CommandType.hpp> #include <com/sun/star/ui/dialogs/TemplateDescription.hpp> #include <tools/debug.hxx> -#include <svtools/localresaccess.hxx> #include <comphelper/interaction.hxx> #include <connectivity/dbtools.hxx> #include <vcl/stdtext.hxx> diff --git a/extensions/source/dbpilots/controlwizard.cxx b/extensions/source/dbpilots/controlwizard.cxx index 82ea3ea0d860..8f9a21cabfb6 100644 --- a/extensions/source/dbpilots/controlwizard.cxx +++ b/extensions/source/dbpilots/controlwizard.cxx @@ -40,7 +40,6 @@ #include <vcl/msgbox.hxx> #include <comphelper/interaction.hxx> #include <vcl/stdtext.hxx> -#include <svtools/localresaccess.hxx> #include <connectivity/conncleanup.hxx> #include <com/sun/star/sdbc/DataType.hpp> #include <tools/urlobj.hxx> diff --git a/extensions/source/propctrlr/formlinkdialog.cxx b/extensions/source/propctrlr/formlinkdialog.cxx index 500bbc982053..dfaf22fdae94 100644 --- a/extensions/source/propctrlr/formlinkdialog.cxx +++ b/extensions/source/propctrlr/formlinkdialog.cxx @@ -30,7 +30,6 @@ #include <vcl/tabpage.hxx> #include <vcl/layout.hxx> #include <vcl/builderfactory.hxx> -#include <svtools/localresaccess.hxx> #include <connectivity/dbtools.hxx> #include <connectivity/dbexception.hxx> #include <toolkit/helper/vclunohelper.hxx> diff --git a/extensions/source/propctrlr/xsdvalidationpropertyhandler.cxx b/extensions/source/propctrlr/xsdvalidationpropertyhandler.cxx index 15f97a5eef84..012947bd988a 100644 --- a/extensions/source/propctrlr/xsdvalidationpropertyhandler.cxx +++ b/extensions/source/propctrlr/xsdvalidationpropertyhandler.cxx @@ -42,7 +42,6 @@ #include <com/sun/star/inspection/PropertyLineElement.hpp> #include <vcl/msgbox.hxx> #include <tools/debug.hxx> -#include <svtools/localresaccess.hxx> #include <sal/macros.h> #include <algorithm> |