diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-04-02 17:16:22 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-04-02 17:17:22 +0900 |
commit | 47fc950fa65b224a5fcac7a297a9fd47d15eab29 (patch) | |
tree | f1d68100540d706903f2a99695a061d7aa88b4ee /svtools/inc | |
parent | 1199713c82d9852f8a41283138f88a06ad887c39 (diff) |
removed duplicate includes in svl / svtools
Diffstat (limited to 'svtools/inc')
-rw-r--r-- | svtools/inc/svtools/toolboxcontroller.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svtools/inc/svtools/toolboxcontroller.hxx b/svtools/inc/svtools/toolboxcontroller.hxx index 294fd8fe1460..1614057a0e0d 100644 --- a/svtools/inc/svtools/toolboxcontroller.hxx +++ b/svtools/inc/svtools/toolboxcontroller.hxx @@ -42,12 +42,10 @@ #include <cppuhelper/weak.hxx> #include <cppuhelper/interfacecontainer.hxx> #include <comphelper/broadcasthelper.hxx> -#include <com/sun/star/util/XURLTransformer.hpp> #include <comphelper/proparrhlp.hxx> #include <comphelper/property.hxx> #include <comphelper/propertycontainer.hxx> #include <cppuhelper/propshlp.hxx> -#include <cppuhelper/interfacecontainer.hxx> #include <boost/unordered_map.hpp> |