diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-28 12:28:46 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-29 09:25:09 +0200 |
commit | 57154616f064752c237a278db18767241da13c3f (patch) | |
tree | c105cd45b095b2580c4d9ffec69a49dda8089d9b /ucb | |
parent | 59c8cfffa75d991e3fac8b3cb41dde31389bb8c1 (diff) |
Remove UNO includes comments
Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/ext/ucpext_content.cxx | 2 | ||||
-rw-r--r-- | ucb/source/ucp/ext/ucpext_content.hxx | 2 | ||||
-rw-r--r-- | ucb/source/ucp/ext/ucpext_datasupplier.cxx | 2 | ||||
-rw-r--r-- | ucb/source/ucp/ext/ucpext_provider.cxx | 4 | ||||
-rw-r--r-- | ucb/source/ucp/ext/ucpext_resultset.cxx | 4 | ||||
-rw-r--r-- | ucb/source/ucp/ext/ucpext_services.cxx | 4 |
6 files changed, 0 insertions, 18 deletions
diff --git a/ucb/source/ucp/ext/ucpext_content.cxx b/ucb/source/ucp/ext/ucpext_content.cxx index 69d60f47469b..6e47cad61aa9 100644 --- a/ucb/source/ucp/ext/ucpext_content.cxx +++ b/ucb/source/ucp/ext/ucpext_content.cxx @@ -32,7 +32,6 @@ #include "ucpext_provider.hxx" #include "ucpext_resultset.hxx" -/** === begin UNO includes === **/ #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/beans/XPropertyAccess.hpp> #include <com/sun/star/lang/IllegalAccessException.hpp> @@ -50,7 +49,6 @@ #include <com/sun/star/ucb/XDynamicResultSet.hpp> #include <com/sun/star/lang/IllegalAccessException.hpp> #include <com/sun/star/deployment/XPackageInformationProvider.hpp> -/** === end UNO includes === **/ #include <ucbhelper/contentidentifier.hxx> #include <ucbhelper/propertyvalueset.hxx> diff --git a/ucb/source/ucp/ext/ucpext_content.hxx b/ucb/source/ucp/ext/ucpext_content.hxx index a1dcf1030e1b..a975cdcd0fa4 100644 --- a/ucb/source/ucp/ext/ucpext_content.hxx +++ b/ucb/source/ucp/ext/ucpext_content.hxx @@ -20,10 +20,8 @@ #ifndef UCB_UCPEXT_CONTENT_HXX #define UCB_UCPEXT_CONTENT_HXX -/** === begin UNO includes === **/ #include <com/sun/star/sdbc/XRow.hpp> #include <com/sun/star/beans/PropertyValue.hpp> -/** === end UNO includes === **/ #include <rtl/ref.hxx> #include <ucbhelper/contenthelper.hxx> diff --git a/ucb/source/ucp/ext/ucpext_datasupplier.cxx b/ucb/source/ucp/ext/ucpext_datasupplier.cxx index 8425ffe8135b..29356a7e68e5 100644 --- a/ucb/source/ucp/ext/ucpext_datasupplier.cxx +++ b/ucb/source/ucp/ext/ucpext_datasupplier.cxx @@ -30,9 +30,7 @@ #include "ucpext_content.hxx" #include "ucpext_provider.hxx" -/** === begin UNO includes === **/ #include <com/sun/star/deployment/XPackageInformationProvider.hpp> -/** === end UNO includes === **/ #include <ucbhelper/contentidentifier.hxx> #include <comphelper/componentcontext.hxx> diff --git a/ucb/source/ucp/ext/ucpext_provider.cxx b/ucb/source/ucp/ext/ucpext_provider.cxx index 8da160067d77..e6dbe6781330 100644 --- a/ucb/source/ucp/ext/ucpext_provider.cxx +++ b/ucb/source/ucp/ext/ucpext_provider.cxx @@ -25,13 +25,9 @@ * ************************************************************************/ - #include "ucpext_provider.hxx" #include "ucpext_content.hxx" -/** === begin UNO includes === **/ -/** === end UNO includes === **/ - #include <ucbhelper/contentidentifier.hxx> #include <osl/diagnose.h> #include <osl/mutex.hxx> diff --git a/ucb/source/ucp/ext/ucpext_resultset.cxx b/ucb/source/ucp/ext/ucpext_resultset.cxx index aa9e202b548b..73fe97431f93 100644 --- a/ucb/source/ucp/ext/ucpext_resultset.cxx +++ b/ucb/source/ucp/ext/ucpext_resultset.cxx @@ -17,14 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - #include "ucpext_resultset.hxx" #include "ucpext_content.hxx" #include "ucpext_datasupplier.hxx" -/** === begin UNO includes === **/ -/** === end UNO includes === **/ - #include <ucbhelper/resultset.hxx> //...................................................................................................................... diff --git a/ucb/source/ucp/ext/ucpext_services.cxx b/ucb/source/ucp/ext/ucpext_services.cxx index 599c04be65e6..b6e10684cf44 100644 --- a/ucb/source/ucp/ext/ucpext_services.cxx +++ b/ucb/source/ucp/ext/ucpext_services.cxx @@ -25,12 +25,8 @@ * ************************************************************************/ - #include "ucpext_provider.hxx" -/** === begin UNO includes === **/ -/** === end UNO includes === **/ - #include <cppuhelper/implementationentry.hxx> //...................................................................................................................... |