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 /dbaccess/source/ext/macromigration | |
parent | 59c8cfffa75d991e3fac8b3cb41dde31389bb8c1 (diff) |
Remove UNO includes comments
Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
Diffstat (limited to 'dbaccess/source/ext/macromigration')
17 files changed, 0 insertions, 42 deletions
diff --git a/dbaccess/source/ext/macromigration/docinteraction.cxx b/dbaccess/source/ext/macromigration/docinteraction.cxx index ebc832327a5d..d0554ed0c3cd 100644 --- a/dbaccess/source/ext/macromigration/docinteraction.cxx +++ b/dbaccess/source/ext/macromigration/docinteraction.cxx @@ -20,10 +20,8 @@ #include "docinteraction.hxx" -/** === begin UNO includes === **/ #include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/task/DocumentPasswordRequest.hpp> -/** === end UNO includes === **/ #include <comphelper/componentcontext.hxx> #include <comphelper/namedvaluecollection.hxx> diff --git a/dbaccess/source/ext/macromigration/docinteraction.hxx b/dbaccess/source/ext/macromigration/docinteraction.hxx index 8fd1543428a4..502a289cf546 100644 --- a/dbaccess/source/ext/macromigration/docinteraction.hxx +++ b/dbaccess/source/ext/macromigration/docinteraction.hxx @@ -20,10 +20,8 @@ #ifndef DBACCESS_DOCERRORHANDLING_HXX #define DBACCESS_DOCERRORHANDLING_HXX -/** === begin UNO includes === **/ #include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/task/XInteractionHandler.hpp> -/** === end UNO includes === **/ namespace comphelper { class ComponentContext; diff --git a/dbaccess/source/ext/macromigration/macromigrationdialog.cxx b/dbaccess/source/ext/macromigration/macromigrationdialog.cxx index 50484a69fea7..bd759075ff59 100644 --- a/dbaccess/source/ext/macromigration/macromigrationdialog.cxx +++ b/dbaccess/source/ext/macromigration/macromigrationdialog.cxx @@ -28,7 +28,6 @@ #include "migrationerror.hxx" #include "migrationlog.hxx" -/** === begin UNO includes === **/ #include <com/sun/star/sdb/application/XDatabaseDocumentUI.hpp> #include <com/sun/star/frame/XModel2.hpp> #include <com/sun/star/frame/XStorable.hpp> @@ -37,7 +36,6 @@ #include <com/sun/star/util/XModifiable.hpp> #include <com/sun/star/ucb/XContent.hpp> #include <com/sun/star/ucb/XContentProvider.hpp> -/** === end UNO includes === **/ #include <comphelper/namedvaluecollection.hxx> #include <cppuhelper/exc_hlp.hxx> diff --git a/dbaccess/source/ext/macromigration/macromigrationdialog.hxx b/dbaccess/source/ext/macromigration/macromigrationdialog.hxx index 2642a299ee6f..72cdc57532f9 100644 --- a/dbaccess/source/ext/macromigration/macromigrationdialog.hxx +++ b/dbaccess/source/ext/macromigration/macromigrationdialog.hxx @@ -20,9 +20,7 @@ #ifndef DBACCESS_MACROMIGRATIONDIALOG_HXX #define DBACCESS_MACROMIGRATIONDIALOG_HXX -/** === begin UNO includes === **/ #include <com/sun/star/sdb/XOfficeDatabaseDocument.hpp> -/** === end UNO includes === **/ #include <comphelper/componentcontext.hxx> #include <svtools/roadmapwizard.hxx> diff --git a/dbaccess/source/ext/macromigration/macromigrationpages.cxx b/dbaccess/source/ext/macromigration/macromigrationpages.cxx index f5fb5aa8466d..0bd39fe8f1ef 100644 --- a/dbaccess/source/ext/macromigration/macromigrationpages.cxx +++ b/dbaccess/source/ext/macromigration/macromigrationpages.cxx @@ -25,9 +25,7 @@ #include "macromigrationpages.hxx" #include "macromigrationdialog.hxx" -/** === begin UNO includes === **/ #include <com/sun/star/frame/XModel.hpp> -/** === end UNO includes === **/ #include <tools/urlobj.hxx> #include <tools/diagnose_ex.h> diff --git a/dbaccess/source/ext/macromigration/macromigrationwizard.cxx b/dbaccess/source/ext/macromigration/macromigrationwizard.cxx index 5a472f5a2503..33c64b7ba11b 100644 --- a/dbaccess/source/ext/macromigration/macromigrationwizard.cxx +++ b/dbaccess/source/ext/macromigration/macromigrationwizard.cxx @@ -22,11 +22,9 @@ #include "dbmm_global.hrc" #include "macromigrationdialog.hxx" -/** === begin UNO includes === **/ #include <com/sun/star/ucb/AlreadyInitializedException.hpp> #include <com/sun/star/sdb/XOfficeDatabaseDocument.hpp> #include <com/sun/star/frame/XStorable.hpp> -/** === end UNO includes === **/ #include <comphelper/componentcontext.hxx> #include <svtools/genericunodialog.hxx> diff --git a/dbaccess/source/ext/macromigration/migrationengine.cxx b/dbaccess/source/ext/macromigration/migrationengine.cxx index 612485c8f5b5..3524b6ac271e 100644 --- a/dbaccess/source/ext/macromigration/migrationengine.cxx +++ b/dbaccess/source/ext/macromigration/migrationengine.cxx @@ -29,7 +29,6 @@ #include "progresscapture.hxx" #include "progressmixer.hxx" -/** === begin UNO includes === **/ #include <com/sun/star/sdb/XFormDocumentsSupplier.hpp> #include <com/sun/star/sdb/XReportDocumentsSupplier.hpp> #include <com/sun/star/util/XCloseable.hpp> @@ -57,7 +56,6 @@ #include <com/sun/star/io/WrongFormatException.hpp> #include <com/sun/star/script/XScriptEventsSupplier.hpp> #include <com/sun/star/io/XInputStreamProvider.hpp> -/** === end UNO includes === **/ #include <comphelper/documentinfo.hxx> #include <comphelper/interaction.hxx> diff --git a/dbaccess/source/ext/macromigration/migrationengine.hxx b/dbaccess/source/ext/macromigration/migrationengine.hxx index 220f57516d49..262a1fca1ffc 100644 --- a/dbaccess/source/ext/macromigration/migrationengine.hxx +++ b/dbaccess/source/ext/macromigration/migrationengine.hxx @@ -20,9 +20,7 @@ #ifndef DBACCESS_MIGRATIONENGINE_HXX #define DBACCESS_MIGRATIONENGINE_HXX -/** === begin UNO includes === **/ #include <com/sun/star/sdb/XOfficeDatabaseDocument.hpp> -/** === end UNO includes === **/ #include <comphelper/componentcontext.hxx> diff --git a/dbaccess/source/ext/macromigration/migrationerror.hxx b/dbaccess/source/ext/macromigration/migrationerror.hxx index 954e006c03bd..1056c24232bc 100644 --- a/dbaccess/source/ext/macromigration/migrationerror.hxx +++ b/dbaccess/source/ext/macromigration/migrationerror.hxx @@ -20,9 +20,7 @@ #ifndef DBACCESS_MIGRATIONERROR_HXX #define DBACCESS_MIGRATIONERROR_HXX -/** === begin UNO includes === **/ #include <com/sun/star/uno/Any.hxx> -/** === end UNO includes === **/ #include <vector> diff --git a/dbaccess/source/ext/macromigration/migrationlog.cxx b/dbaccess/source/ext/macromigration/migrationlog.cxx index bab34b8a96c1..18a5d7d62b25 100644 --- a/dbaccess/source/ext/macromigration/migrationlog.cxx +++ b/dbaccess/source/ext/macromigration/migrationlog.cxx @@ -23,8 +23,6 @@ #include "migrationerror.hxx" #include "migrationlog.hxx" -/** === begin UNO includes === **/ -/** === end UNO includes === **/ #include <comphelper/anytostring.hxx> #include <tools/string.hxx> diff --git a/dbaccess/source/ext/macromigration/migrationlog.hxx b/dbaccess/source/ext/macromigration/migrationlog.hxx index 26bbde04becd..608f62893cee 100644 --- a/dbaccess/source/ext/macromigration/migrationlog.hxx +++ b/dbaccess/source/ext/macromigration/migrationlog.hxx @@ -22,9 +22,6 @@ #include "dbmm_types.hxx" -/** === begin UNO includes === **/ -/** === end UNO includes === **/ - #include <rtl/ustring.hxx> #include <memory> diff --git a/dbaccess/source/ext/macromigration/migrationprogress.hxx b/dbaccess/source/ext/macromigration/migrationprogress.hxx index 99461e937285..f30f0be53c3e 100644 --- a/dbaccess/source/ext/macromigration/migrationprogress.hxx +++ b/dbaccess/source/ext/macromigration/migrationprogress.hxx @@ -20,9 +20,6 @@ #ifndef DBACCESS_MIGRATIONPROGRESS_HXX #define DBACCESS_MIGRATIONPROGRESS_HXX -/** === begin UNO includes === **/ -/** === end UNO includes === **/ - //........................................................................ namespace dbmm { diff --git a/dbaccess/source/ext/macromigration/progresscapture.cxx b/dbaccess/source/ext/macromigration/progresscapture.cxx index 3d60eca9dc36..e9a6a853feff 100644 --- a/dbaccess/source/ext/macromigration/progresscapture.cxx +++ b/dbaccess/source/ext/macromigration/progresscapture.cxx @@ -17,13 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - #include "progresscapture.hxx" #include "migrationprogress.hxx" -/** === begin UNO includes === **/ -/** === end UNO includes === **/ - #include <vcl/svapp.hxx> #include <osl/mutex.hxx> diff --git a/dbaccess/source/ext/macromigration/progresscapture.hxx b/dbaccess/source/ext/macromigration/progresscapture.hxx index 5330868971fd..a606f32bbe53 100644 --- a/dbaccess/source/ext/macromigration/progresscapture.hxx +++ b/dbaccess/source/ext/macromigration/progresscapture.hxx @@ -20,9 +20,7 @@ #ifndef DBACCESS_PROGRESSCAPTURE_HXX #define DBACCESS_PROGRESSCAPTURE_HXX -/** === begin UNO includes === **/ #include <com/sun/star/task/XStatusIndicator.hpp> -/** === end UNO includes === **/ #include <cppuhelper/implbase1.hxx> diff --git a/dbaccess/source/ext/macromigration/progressmixer.cxx b/dbaccess/source/ext/macromigration/progressmixer.cxx index 0f39df8e8807..6a34e91a5ec6 100644 --- a/dbaccess/source/ext/macromigration/progressmixer.cxx +++ b/dbaccess/source/ext/macromigration/progressmixer.cxx @@ -17,12 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - #include "progressmixer.hxx" -/** === begin UNO includes === **/ -/** === end UNO includes === **/ - #include <osl/diagnose.h> #include <map> diff --git a/dbaccess/source/ext/macromigration/progressmixer.hxx b/dbaccess/source/ext/macromigration/progressmixer.hxx index 4cb18b8325f8..39d6ccd32135 100644 --- a/dbaccess/source/ext/macromigration/progressmixer.hxx +++ b/dbaccess/source/ext/macromigration/progressmixer.hxx @@ -20,9 +20,6 @@ #ifndef DBACCESS_PROGRESSMIXER_HXX #define DBACCESS_PROGRESSMIXER_HXX -/** === begin UNO includes === **/ -/** === end UNO includes === **/ - #include <sal/types.h> #include <memory> diff --git a/dbaccess/source/ext/macromigration/rangeprogressbar.hxx b/dbaccess/source/ext/macromigration/rangeprogressbar.hxx index 8577e67188bb..5c3585a53986 100644 --- a/dbaccess/source/ext/macromigration/rangeprogressbar.hxx +++ b/dbaccess/source/ext/macromigration/rangeprogressbar.hxx @@ -20,9 +20,6 @@ #ifndef DBACCESS_RANGEPROGRESSBAR_HXX #define DBACCESS_RANGEPROGRESSBAR_HXX -/** === begin UNO includes === **/ -/** === end UNO includes === **/ - #include <svtools/prgsbar.hxx> //........................................................................ |