diff options
Diffstat (limited to 'xmlhelp/source/cxxhelp/inc')
-rw-r--r-- | xmlhelp/source/cxxhelp/inc/qe/DocGenerator.hxx | 4 | ||||
-rw-r--r-- | xmlhelp/source/cxxhelp/inc/tvfactory.hxx | 6 | ||||
-rw-r--r-- | xmlhelp/source/cxxhelp/inc/tvread.hxx | 5 |
3 files changed, 3 insertions, 12 deletions
diff --git a/xmlhelp/source/cxxhelp/inc/qe/DocGenerator.hxx b/xmlhelp/source/cxxhelp/inc/qe/DocGenerator.hxx index c0aa93c87eb2..45eb6005730b 100644 --- a/xmlhelp/source/cxxhelp/inc/qe/DocGenerator.hxx +++ b/xmlhelp/source/cxxhelp/inc/qe/DocGenerator.hxx @@ -19,10 +19,6 @@ #ifndef INCLUDED_XMLHELP_SOURCE_CXXHELP_INC_QE_DOCGENERATOR_HXX #define INCLUDED_XMLHELP_SOURCE_CXXHELP_INC_QE_DOCGENERATOR_HXX -#include <rtl/ref.hxx> -#include <rtl/ustring.hxx> -#include <vector> - namespace xmlsearch { namespace qe { diff --git a/xmlhelp/source/cxxhelp/inc/tvfactory.hxx b/xmlhelp/source/cxxhelp/inc/tvfactory.hxx index 0f34599542a4..9eb8b2f3f0c0 100644 --- a/xmlhelp/source/cxxhelp/inc/tvfactory.hxx +++ b/xmlhelp/source/cxxhelp/inc/tvfactory.hxx @@ -20,14 +20,12 @@ #ifndef INCLUDED_XMLHELP_SOURCE_CXXHELP_INC_TVFACTORY_HXX #define INCLUDED_XMLHELP_SOURCE_CXXHELP_INC_TVFACTORY_HXX -#include <rtl/ref.hxx> #include <rtl/ustring.hxx> -#include <cppuhelper/weak.hxx> -#include <ucbhelper/macros.hxx> #include <com/sun/star/uno/XInterface.hpp> +#include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> -#include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> +#include <com/sun/star/lang/XSingleServiceFactory.hpp> #include <cppuhelper/implbase.hxx> diff --git a/xmlhelp/source/cxxhelp/inc/tvread.hxx b/xmlhelp/source/cxxhelp/inc/tvread.hxx index 05c6991ab28c..c466fbba682b 100644 --- a/xmlhelp/source/cxxhelp/inc/tvread.hxx +++ b/xmlhelp/source/cxxhelp/inc/tvread.hxx @@ -23,11 +23,8 @@ #include <vector> #include <rtl/ref.hxx> #include <rtl/ustring.hxx> -#include <ucbhelper/macros.hxx> #include <com/sun/star/uno/Type.hxx> -#include <cppuhelper/weak.hxx> -#include <com/sun/star/uno/XInterface.hpp> -#include <com/sun/star/lang/XTypeProvider.hpp> +#include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/container/XHierarchicalNameAccess.hpp> #include <com/sun/star/util/XChangesNotifier.hpp> |