diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-01-21 18:32:36 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-01-21 18:32:36 +0100 |
commit | 86f964d438eeb6b4b5f9da019d85e641e6a4590d (patch) | |
tree | b9cccb4862e9653a79d93c93be3aa843262b81c7 /basctl | |
parent | f97dcd3d93cdec4fe7daca49b62b00e8a47cac02 (diff) |
Remove doubled headers.
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/inc/pch/precompiled_basctl.hxx | 2 | ||||
-rw-r--r-- | basctl/source/basicide/basidesh.cxx | 1 | ||||
-rw-r--r-- | basctl/source/basicide/ide_pch.hxx | 1 | ||||
-rw-r--r-- | basctl/source/dlged/dlgedobj.cxx | 1 | ||||
-rw-r--r-- | basctl/source/inc/bastypes.hxx | 2 |
5 files changed, 0 insertions, 7 deletions
diff --git a/basctl/inc/pch/precompiled_basctl.hxx b/basctl/inc/pch/precompiled_basctl.hxx index 96030135a2a9..66151e5f0d70 100644 --- a/basctl/inc/pch/precompiled_basctl.hxx +++ b/basctl/inc/pch/precompiled_basctl.hxx @@ -106,13 +106,11 @@ #include "sfx2/request.hxx" #include "sfx2/childwin.hxx" #include "sfx2/viewfrm.hxx" -#include "sfx2/dispatch.hxx" #include "sfx2/objsh.hxx" #include "sfx2/genlink.hxx" #include "sfx2/dispatch.hxx" #include "sfx2/minfitem.hxx" #include "sfx2/dinfdlg.hxx" -#include "sfx2/docfac.hxx" #include "sfx2/progress.hxx" #include "sfx2/docfile.hxx" #include "sfx2/docfac.hxx" diff --git a/basctl/source/basicide/basidesh.cxx b/basctl/source/basicide/basidesh.cxx index 11c20d3a9d3d..04bd77cb5bca 100644 --- a/basctl/source/basicide/basidesh.cxx +++ b/basctl/source/basicide/basidesh.cxx @@ -75,7 +75,6 @@ #include <svx/srchdlg.hxx> #include <svx/lboxctrl.hxx> #include <svx/tbcontrl.hxx> -#include <com/sun/star/script/XLibraryContainer.hpp> #include <com/sun/star/script/XLibraryContainerPassword.hpp> #include <com/sun/star/container/XNameContainer.hpp> #include <com/sun/star/container/XContainer.hpp> diff --git a/basctl/source/basicide/ide_pch.hxx b/basctl/source/basicide/ide_pch.hxx index d30218e73c50..b0d6e2d5de9e 100644 --- a/basctl/source/basicide/ide_pch.hxx +++ b/basctl/source/basicide/ide_pch.hxx @@ -58,7 +58,6 @@ #include <sfx2/request.hxx> #include <sfx2/childwin.hxx> #include <sfx2/viewfrm.hxx> -#include <sfx2/dispatch.hxx> #include <sfx2/objsh.hxx> #include <sfx2/genlink.hxx> #include <sfx2/dispatch.hxx> diff --git a/basctl/source/dlged/dlgedobj.cxx b/basctl/source/dlged/dlgedobj.cxx index 769290fe0690..92fe1fd0d21d 100644 --- a/basctl/source/dlged/dlgedobj.cxx +++ b/basctl/source/dlged/dlgedobj.cxx @@ -30,7 +30,6 @@ #include "precompiled_basctl.hxx" #include <vector> -#include <algorithm> #include <dlgeddef.hxx> #include "dlgedobj.hxx" #include "dlged.hxx" diff --git a/basctl/source/inc/bastypes.hxx b/basctl/source/inc/bastypes.hxx index 65dbe43abc39..e4bcbe29a294 100644 --- a/basctl/source/inc/bastypes.hxx +++ b/basctl/source/inc/bastypes.hxx @@ -30,8 +30,6 @@ #include <svheader.hxx> -#include <iderid.hxx> - #include "scriptdocument.hxx" class ModulWindow; |