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/inc | |
parent | 59c8cfffa75d991e3fac8b3cb41dde31389bb8c1 (diff) |
Remove UNO includes comments
Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
Diffstat (limited to 'dbaccess/inc')
-rw-r--r-- | dbaccess/inc/controllerframe.hxx | 2 | ||||
-rw-r--r-- | dbaccess/inc/dbaundomanager.hxx | 2 | ||||
-rw-r--r-- | dbaccess/inc/dbsubcomponentcontroller.hxx | 2 | ||||
-rw-r--r-- | dbaccess/inc/genericcontroller.hxx | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/dbaccess/inc/controllerframe.hxx b/dbaccess/inc/controllerframe.hxx index 2e6d4ea8660a..d6834e20e90f 100644 --- a/dbaccess/inc/controllerframe.hxx +++ b/dbaccess/inc/controllerframe.hxx @@ -20,10 +20,8 @@ #ifndef DBACCESS_CONTROLLERFRAME_HXX #define DBACCESS_CONTROLLERFRAME_HXX -/** === begin UNO includes === **/ #include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/frame/FrameAction.hpp> -/** === end UNO includes === **/ #include <memory> diff --git a/dbaccess/inc/dbaundomanager.hxx b/dbaccess/inc/dbaundomanager.hxx index 372c60027319..cd3bb3a7ff36 100644 --- a/dbaccess/inc/dbaundomanager.hxx +++ b/dbaccess/inc/dbaundomanager.hxx @@ -22,9 +22,7 @@ #include "dbaccessdllapi.h" -/** === begin UNO includes === **/ #include <com/sun/star/document/XUndoManager.hpp> -/** === end UNO includes === **/ #include <cppuhelper/implbase1.hxx> diff --git a/dbaccess/inc/dbsubcomponentcontroller.hxx b/dbaccess/inc/dbsubcomponentcontroller.hxx index 51f98bb5b24d..d397974f7cf5 100644 --- a/dbaccess/inc/dbsubcomponentcontroller.hxx +++ b/dbaccess/inc/dbsubcomponentcontroller.hxx @@ -22,14 +22,12 @@ #include "genericcontroller.hxx" -/** === begin UNO includes === **/ #include <com/sun/star/document/XScriptInvocationContext.hpp> #include <com/sun/star/sdbc/XConnection.hpp> #include <com/sun/star/sdbc/XDatabaseMetaData.hpp> #include <com/sun/star/sdbc/XDataSource.hpp> #include <com/sun/star/util/XNumberFormatter.hpp> #include <com/sun/star/util/XModifiable.hpp> -/** === end UNO includes === **/ #include <comphelper/broadcasthelper.hxx> #include <comphelper/proparrhlp.hxx> diff --git a/dbaccess/inc/genericcontroller.hxx b/dbaccess/inc/genericcontroller.hxx index c73c91dd9529..8ab991dc79db 100644 --- a/dbaccess/inc/genericcontroller.hxx +++ b/dbaccess/inc/genericcontroller.hxx @@ -25,7 +25,6 @@ #include "dbaccessdllapi.h" #include "IController.hxx" -/** === begin UNO includes === **/ #include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/frame/CommandGroup.hpp> #include <com/sun/star/frame/XController2.hpp> @@ -45,7 +44,6 @@ #include <com/sun/star/util/XURLTransformer.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/awt/XUserInputInterception.hpp> -/** === end UNO includes === **/ #include <comphelper/broadcasthelper.hxx> #include <comphelper/sharedmutex.hxx> |