diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2014-11-19 08:53:14 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-12-05 09:12:26 +0000 |
commit | 4758ab313de3cb2c8cb9ea5792425a808e94b7df (patch) | |
tree | f9ec8a6fec64e06d25a88b2332df58b6c8f21dd0 /basctl/source/basicide/iderdll.cxx | |
parent | 4ac083b0c905e4b7b854940c796e387399d58026 (diff) |
Removed useless includes in basctl/source/basicide/ tree
It compiles on Windows and Linux, here, with flags:
--with-help --with-java --with-lang="it"
Made with the ignorant brute force of removing each include
one by one.
The tree with each commit (used to bisect) it's here:
https://github.com/Gelma/core/commits/gr_push_brute_force_slot_2
Conflicts:
basctl/source/basicide/bastype2.cxx
Change-Id: If88eebb6ecba6ae7ab1e98713b66b10f1ad57dca
Reviewed-on: https://gerrit.libreoffice.org/12963
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'basctl/source/basicide/iderdll.cxx')
-rw-r--r-- | basctl/source/basicide/iderdll.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/basctl/source/basicide/iderdll.cxx b/basctl/source/basicide/iderdll.cxx index a38919649875..53fd2c19f82b 100644 --- a/basctl/source/basicide/iderdll.cxx +++ b/basctl/source/basicide/iderdll.cxx @@ -20,29 +20,19 @@ #include <comphelper/scoped_disposing_ptr.hxx> #include <comphelper/processfactory.hxx> -#include <sfx2/app.hxx> -#include <sfx2/dispatch.hxx> -#include <sfx2/genlink.hxx> -#include <svl/solar.hrc> -#include <iderdll.hxx> #include <iderdll2.hxx> #include <iderid.hxx> -#include <svx/svxids.hrc> #include <basidesh.hxx> #include <basidesh.hrc> -#include <basobj.hxx> -#include <bastypes.hxx> #include <basdoc.hxx> #include <basicmod.hxx> -#include <propbrw.hxx> #include <svl/srchitem.hxx> #include <com/sun/star/frame/Desktop.hpp> #include <com/sun/star/script/XLibraryContainerPassword.hpp> #include <vcl/settings.hxx> -#include <boost/scoped_ptr.hpp> namespace basctl { |