diff options
Diffstat (limited to 'include/ucbhelper')
-rw-r--r-- | include/ucbhelper/contentidentifier.hxx | 1 | ||||
-rw-r--r-- | include/ucbhelper/propertyvalueset.hxx | 1 | ||||
-rw-r--r-- | include/ucbhelper/providerhelper.hxx | 1 | ||||
-rw-r--r-- | include/ucbhelper/resultset.hxx | 1 | ||||
-rw-r--r-- | include/ucbhelper/resultsethelper.hxx | 1 | ||||
-rw-r--r-- | include/ucbhelper/resultsetmetadata.hxx | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/include/ucbhelper/contentidentifier.hxx b/include/ucbhelper/contentidentifier.hxx index 1ee01b5a9df1..20f3b5e3db48 100644 --- a/include/ucbhelper/contentidentifier.hxx +++ b/include/ucbhelper/contentidentifier.hxx @@ -21,7 +21,6 @@ #define INCLUDED_UCBHELPER_CONTENTIDENTIFIER_HXX #include <cppuhelper/implbase.hxx> -#include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/ucb/XContentIdentifier.hpp> #include <ucbhelper/ucbhelperdllapi.h> #include <memory> diff --git a/include/ucbhelper/propertyvalueset.hxx b/include/ucbhelper/propertyvalueset.hxx index 2d23d2d5fe16..680aa0cd8879 100644 --- a/include/ucbhelper/propertyvalueset.hxx +++ b/include/ucbhelper/propertyvalueset.hxx @@ -20,7 +20,6 @@ #ifndef INCLUDED_UCBHELPER_PROPERTYVALUESET_HXX #define INCLUDED_UCBHELPER_PROPERTYVALUESET_HXX -#include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/sdbc/XColumnLocate.hpp> #include <com/sun/star/sdbc/XRow.hpp> #include <com/sun/star/beans/Property.hpp> diff --git a/include/ucbhelper/providerhelper.hxx b/include/ucbhelper/providerhelper.hxx index 188235d9a996..550da6c0ec13 100644 --- a/include/ucbhelper/providerhelper.hxx +++ b/include/ucbhelper/providerhelper.hxx @@ -24,7 +24,6 @@ #include <memory> #include <com/sun/star/ucb/XContentProvider.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> -#include <com/sun/star/lang/XTypeProvider.hpp> #include <cppuhelper/implbase.hxx> #include <rtl/ref.hxx> diff --git a/include/ucbhelper/resultset.hxx b/include/ucbhelper/resultset.hxx index 9bca51b8aa9a..243d992230d0 100644 --- a/include/ucbhelper/resultset.hxx +++ b/include/ucbhelper/resultset.hxx @@ -20,7 +20,6 @@ #ifndef INCLUDED_UCBHELPER_RESULTSET_HXX #define INCLUDED_UCBHELPER_RESULTSET_HXX -#include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/ucb/XContentAccess.hpp> diff --git a/include/ucbhelper/resultsethelper.hxx b/include/ucbhelper/resultsethelper.hxx index 6163a148c0db..ce5c1227ad3f 100644 --- a/include/ucbhelper/resultsethelper.hxx +++ b/include/ucbhelper/resultsethelper.hxx @@ -22,7 +22,6 @@ #include <memory> #include <osl/mutex.hxx> -#include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/ucb/XDynamicResultSet.hpp> #include <com/sun/star/ucb/OpenCommandArgument2.hpp> diff --git a/include/ucbhelper/resultsetmetadata.hxx b/include/ucbhelper/resultsetmetadata.hxx index 8f8e28c1cd1c..9c42dc1b788b 100644 --- a/include/ucbhelper/resultsetmetadata.hxx +++ b/include/ucbhelper/resultsetmetadata.hxx @@ -24,7 +24,6 @@ #include <memory> #include <com/sun/star/uno/Reference.h> #include <com/sun/star/uno/Sequence.h> -#include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/sdbc/XResultSetMetaData.hpp> #include <cppuhelper/implbase.hxx> #include <ucbhelper/ucbhelperdllapi.h> |