diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-03-26 22:30:53 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-03-26 22:39:42 +0900 |
commit | 6749dcc15442abc86dd473eac0885106238e8eb1 (patch) | |
tree | 509860015347e4a4871c95429b9841d52ac3b167 /basic | |
parent | 3397f7cf382f711bed5a8416d34a688156a64b4a (diff) |
removed duplicate includes in basic / canvas / chart2 / comphelper
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/inc/namecont.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/basic/source/inc/namecont.hxx b/basic/source/inc/namecont.hxx index 833fc8105006..bf7b3bfd2f34 100644 --- a/basic/source/inc/namecont.hxx +++ b/basic/source/inc/namecont.hxx @@ -61,18 +61,13 @@ #include <cppuhelper/weakref.hxx> #include <cppuhelper/component.hxx> #include <cppuhelper/typeprovider.hxx> -#include <cppuhelper/interfacecontainer.hxx> #include <cppuhelper/basemutex.hxx> #include <sot/storage.hxx> #include <comphelper/listenernotification.hxx> #include <xmlscript/xmllib_imexp.hxx> -#include <com/sun/star/deployment/XPackage.hpp> #include <cppuhelper/implbase2.hxx> -#include <cppuhelper/compbase8.hxx> #include <cppuhelper/compbase9.hxx> -#include <cppuhelper/interfacecontainer.hxx> -#include <com/sun/star/script/vba/XVBACompatibility.hpp> class BasicManager; |