diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-03-03 22:51:30 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-03-04 13:58:40 +0100 |
commit | 26e37ca4c7a26d59f1a42de2a43705f61327389e (patch) | |
tree | 03facb9e7f2135df1a1765e5a1cd19a55fa3e0c8 /basic | |
parent | 57d169b6061549ce273582bd2ee96cce34f1c5a2 (diff) |
doubled includes
Change-Id: I70ec796188e2388e1e4d699126f7ae817f5ff86e
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/runtime/methods.cxx | 2 | ||||
-rw-r--r-- | basic/source/uno/namecont.cxx | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/basic/source/runtime/methods.cxx b/basic/source/runtime/methods.cxx index 5f4ea93e6212..74462090a59b 100644 --- a/basic/source/runtime/methods.cxx +++ b/basic/source/runtime/methods.cxx @@ -61,8 +61,6 @@ using namespace comphelper; using namespace osl; using namespace com::sun::star; -#include <comphelper/string.hxx> - #include "date.hxx" #include "stdobj.hxx" #include <basic/sbstdobj.hxx> diff --git a/basic/source/uno/namecont.cxx b/basic/source/uno/namecont.cxx index eb2dceb389ed..67bba961aabb 100644 --- a/basic/source/uno/namecont.cxx +++ b/basic/source/uno/namecont.cxx @@ -56,7 +56,6 @@ #include <com/sun/star/util/PathSubstitution.hpp> #include <com/sun/star/util/theMacroExpander.hpp> #include <com/sun/star/deployment/ExtensionManager.hpp> -#include <comphelper/processfactory.hxx> #include <comphelper/storagehelper.hxx> #include <cppuhelper/exc_hlp.hxx> #include <basic/sbmod.hxx> |