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 /comphelper | |
parent | 59c8cfffa75d991e3fac8b3cb41dde31389bb8c1 (diff) |
Remove UNO includes comments
Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
Diffstat (limited to 'comphelper')
23 files changed, 0 insertions, 51 deletions
diff --git a/comphelper/inc/comphelper/anycompare.hxx b/comphelper/inc/comphelper/anycompare.hxx index 7295332c14ba..5ae1d938cae8 100644 --- a/comphelper/inc/comphelper/anycompare.hxx +++ b/comphelper/inc/comphelper/anycompare.hxx @@ -22,10 +22,8 @@ #include "comphelper/comphelperdllapi.h" -/** === begin UNO includes === **/ #include <com/sun/star/lang/IllegalArgumentException.hpp> #include <com/sun/star/i18n/XCollator.hpp> -/** === end UNO includes === **/ #include <comphelper/extract.hxx> diff --git a/comphelper/inc/comphelper/componentbase.hxx b/comphelper/inc/comphelper/componentbase.hxx index 7c82ea371a96..0b81031f5b8a 100644 --- a/comphelper/inc/comphelper/componentbase.hxx +++ b/comphelper/inc/comphelper/componentbase.hxx @@ -29,10 +29,6 @@ #define COMPHELPER_COMPONENTBASE_HXX #include "comphelper/comphelperdllapi.h" - -/** === begin UNO includes === **/ -/** === end UNO includes === **/ - #include <cppuhelper/interfacecontainer.hxx> //........................................................................ diff --git a/comphelper/inc/comphelper/componentcontext.hxx b/comphelper/inc/comphelper/componentcontext.hxx index 5b6a901385c3..1ea3d76273e8 100644 --- a/comphelper/inc/comphelper/componentcontext.hxx +++ b/comphelper/inc/comphelper/componentcontext.hxx @@ -31,10 +31,8 @@ #include <comphelper/comphelperdllapi.h> -/** === begin UNO includes === **/ #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> -/** === end UNO includes === **/ //........................................................................ namespace comphelper diff --git a/comphelper/inc/comphelper/componentguard.hxx b/comphelper/inc/comphelper/componentguard.hxx index 9c2c55b13608..3fc17f94dfe7 100644 --- a/comphelper/inc/comphelper/componentguard.hxx +++ b/comphelper/inc/comphelper/componentguard.hxx @@ -20,9 +20,7 @@ #ifndef COMPHELPER_COMPONENTGUARD_HXX #define COMPHELPER_COMPONENTGUARD_HXX -/** === begin UNO includes === **/ #include <com/sun/star/lang/DisposedException.hpp> -/** === end UNO includes === **/ #include <cppuhelper/weak.hxx> #include <cppuhelper/interfacecontainer.hxx> diff --git a/comphelper/inc/comphelper/componentmodule.hxx b/comphelper/inc/comphelper/componentmodule.hxx index 8397e7c5fce7..dc106cef3e1a 100644 --- a/comphelper/inc/comphelper/componentmodule.hxx +++ b/comphelper/inc/comphelper/componentmodule.hxx @@ -30,10 +30,8 @@ #include <comphelper/comphelperdllapi.h> -/** === begin UNO includes === **/ #include <com/sun/star/lang/XSingleServiceFactory.hpp> #include <com/sun/star/uno/Sequence.hxx> -/** === end UNO includes === **/ #include <cppuhelper/factory.hxx> diff --git a/comphelper/inc/comphelper/documentinfo.hxx b/comphelper/inc/comphelper/documentinfo.hxx index 1d092a2f805d..e97b749443b2 100644 --- a/comphelper/inc/comphelper/documentinfo.hxx +++ b/comphelper/inc/comphelper/documentinfo.hxx @@ -22,9 +22,7 @@ #include "comphelper/comphelperdllapi.h" -/** === begin UNO includes === **/ #include <com/sun/star/frame/XModel.hpp> -/** === end UNO includes === **/ //........................................................................ namespace comphelper { diff --git a/comphelper/inc/comphelper/listenernotification.hxx b/comphelper/inc/comphelper/listenernotification.hxx index 46ae73a1f651..f79f796eee72 100644 --- a/comphelper/inc/comphelper/listenernotification.hxx +++ b/comphelper/inc/comphelper/listenernotification.hxx @@ -31,9 +31,7 @@ #include <cppuhelper/interfacecontainer.hxx> -/** === begin UNO includes === **/ #include <com/sun/star/lang/XEventListener.hpp> -/** === end UNO includes === **/ #include "comphelper/comphelperdllapi.h" #include <memory> diff --git a/comphelper/inc/comphelper/logging.hxx b/comphelper/inc/comphelper/logging.hxx index 2b1d03e30760..c9cb2d47748b 100644 --- a/comphelper/inc/comphelper/logging.hxx +++ b/comphelper/inc/comphelper/logging.hxx @@ -31,11 +31,9 @@ #include <comphelper/comphelperdllapi.h> -/** === begin UNO includes === **/ #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/logging/XLogHandler.hpp> #include <com/sun/star/logging/LogLevel.hpp> -/** === end UNO includes === **/ #include <boost/shared_ptr.hpp> #include <boost/optional.hpp> diff --git a/comphelper/inc/comphelper/namedvaluecollection.hxx b/comphelper/inc/comphelper/namedvaluecollection.hxx index bfaa1a017bde..6a0335e4a145 100644 --- a/comphelper/inc/comphelper/namedvaluecollection.hxx +++ b/comphelper/inc/comphelper/namedvaluecollection.hxx @@ -31,12 +31,10 @@ #include <comphelper/comphelperdllapi.h> -/** === begin UNO includes === **/ #include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/NamedValue.hpp> -/** === end UNO includes === **/ #include <memory> #include <algorithm> diff --git a/comphelper/inc/comphelper/officeresourcebundle.hxx b/comphelper/inc/comphelper/officeresourcebundle.hxx index 4946feeb6157..595596d31c68 100644 --- a/comphelper/inc/comphelper/officeresourcebundle.hxx +++ b/comphelper/inc/comphelper/officeresourcebundle.hxx @@ -31,9 +31,7 @@ #include <comphelper/comphelperdllapi.h> -/** === begin UNO includes === **/ #include <com/sun/star/uno/XComponentContext.hpp> -/** === end UNO includes === **/ #include <rtl/ustring.hxx> #include <memory> diff --git a/comphelper/inc/comphelper/propertybag.hxx b/comphelper/inc/comphelper/propertybag.hxx index 7491e75db4fc..997b9e37015a 100644 --- a/comphelper/inc/comphelper/propertybag.hxx +++ b/comphelper/inc/comphelper/propertybag.hxx @@ -23,9 +23,6 @@ #include "comphelper/comphelperdllapi.h" #include <comphelper/propertycontainerhelper.hxx> -/** === begin UNO includes === **/ -/** === end UNO includes === **/ - #include <memory> //........................................................................ diff --git a/comphelper/source/container/enumerablemap.cxx b/comphelper/source/container/enumerablemap.cxx index d55465c2af16..6d8d27355d69 100644 --- a/comphelper/source/container/enumerablemap.cxx +++ b/comphelper/source/container/enumerablemap.cxx @@ -33,13 +33,11 @@ #include "comphelper/componentcontext.hxx" #include "comphelper/extract.hxx" -/** === begin UNO includes === **/ #include <com/sun/star/container/XEnumerableMap.hpp> #include <com/sun/star/lang/XInitialization.hpp> #include <com/sun/star/ucb/AlreadyInitializedException.hpp> #include <com/sun/star/beans/Pair.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> -/** === end UNO includes === **/ #include <cppuhelper/compbase3.hxx> #include <cppuhelper/implbase1.hxx> diff --git a/comphelper/source/misc/anycompare.cxx b/comphelper/source/misc/anycompare.cxx index 5ee5c109a67f..66e8a7bd02aa 100644 --- a/comphelper/source/misc/anycompare.cxx +++ b/comphelper/source/misc/anycompare.cxx @@ -25,12 +25,8 @@ * ************************************************************************/ - #include "comphelper/anycompare.hxx" -/** === begin UNO includes === **/ -/** === end UNO includes === **/ - //...................................................................................................................... namespace comphelper { diff --git a/comphelper/source/misc/componentbase.cxx b/comphelper/source/misc/componentbase.cxx index 872f1e11a503..c13256295498 100644 --- a/comphelper/source/misc/componentbase.cxx +++ b/comphelper/source/misc/componentbase.cxx @@ -20,10 +20,8 @@ #include "comphelper/componentbase.hxx" -/** === begin UNO includes === **/ #include <com/sun/star/lang/NotInitializedException.hpp> #include <com/sun/star/lang/DisposedException.hpp> -/** === end UNO includes === **/ //........................................................................ namespace comphelper diff --git a/comphelper/source/misc/componentcontext.cxx b/comphelper/source/misc/componentcontext.cxx index a1cc1711853b..a57c63739574 100644 --- a/comphelper/source/misc/componentcontext.cxx +++ b/comphelper/source/misc/componentcontext.cxx @@ -28,11 +28,9 @@ #include <comphelper/componentcontext.hxx> -/** === begin UNO includes === **/ #include <com/sun/star/lang/NullPointerException.hpp> #include <com/sun/star/lang/ServiceNotRegisteredException.hpp> #include <com/sun/star/beans/XPropertySet.hpp> -/** === end UNO includes === **/ //........................................................................ namespace comphelper diff --git a/comphelper/source/misc/componentmodule.cxx b/comphelper/source/misc/componentmodule.cxx index 6f4e1fe6f60d..a39f4ba82167 100644 --- a/comphelper/source/misc/componentmodule.cxx +++ b/comphelper/source/misc/componentmodule.cxx @@ -28,8 +28,6 @@ #include <comphelper/componentmodule.hxx> -/** === begin UNO includes === **/ -/** === end UNO includes === **/ #include <comphelper/sequence.hxx> #include <osl/diagnose.h> diff --git a/comphelper/source/misc/documentinfo.cxx b/comphelper/source/misc/documentinfo.cxx index 7a7e69bb8e2d..eb26e702d6fc 100644 --- a/comphelper/source/misc/documentinfo.cxx +++ b/comphelper/source/misc/documentinfo.cxx @@ -30,13 +30,11 @@ #include "comphelper/documentinfo.hxx" #include "comphelper/namedvaluecollection.hxx" -/** === begin UNO includes === **/ #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/document/XDocumentPropertiesSupplier.hpp> #include <com/sun/star/document/XDocumentProperties.hpp> #include <com/sun/star/frame/XStorable.hpp> #include <com/sun/star/frame/XTitle.hpp> -/** === end UNO includes === **/ #include <cppuhelper/exc_hlp.hxx> diff --git a/comphelper/source/misc/listenernotification.cxx b/comphelper/source/misc/listenernotification.cxx index e3d189ac8813..8947b6003b6f 100644 --- a/comphelper/source/misc/listenernotification.cxx +++ b/comphelper/source/misc/listenernotification.cxx @@ -19,9 +19,7 @@ #include <comphelper/listenernotification.hxx> -/** === begin UNO includes === **/ #include <com/sun/star/lang/DisposedException.hpp> -/** === end UNO includes === **/ //........................................................................ namespace comphelper diff --git a/comphelper/source/misc/logging.cxx b/comphelper/source/misc/logging.cxx index a72d8c887f5e..846b62d32897 100644 --- a/comphelper/source/misc/logging.cxx +++ b/comphelper/source/misc/logging.cxx @@ -30,12 +30,10 @@ #include <comphelper/logging.hxx> #include <comphelper/componentcontext.hxx> -/** === begin UNO includes === **/ #include <com/sun/star/logging/LoggerPool.hpp> #include <com/sun/star/logging/LogLevel.hpp> #include <com/sun/star/resource/XResourceBundle.hpp> #include <com/sun/star/resource/XResourceBundleLoader.hpp> -/** === end UNO includes === **/ #include <rtl/ustrbuf.hxx> diff --git a/comphelper/source/misc/officeresourcebundle.cxx b/comphelper/source/misc/officeresourcebundle.cxx index db51b134cef1..2efa02cc9428 100644 --- a/comphelper/source/misc/officeresourcebundle.cxx +++ b/comphelper/source/misc/officeresourcebundle.cxx @@ -28,11 +28,9 @@ #include <comphelper/officeresourcebundle.hxx> -/** === begin UNO includes === **/ #include <com/sun/star/resource/XResourceBundle.hpp> #include <com/sun/star/resource/XResourceBundleLoader.hpp> #include <com/sun/star/lang/NullPointerException.hpp> -/** === end UNO includes === **/ #include <osl/mutex.hxx> #include <osl/diagnose.h> #include <rtl/ustrbuf.hxx> diff --git a/comphelper/source/misc/synchronousdispatch.cxx b/comphelper/source/misc/synchronousdispatch.cxx index f25fb8aed7f6..f699ec3d79d4 100644 --- a/comphelper/source/misc/synchronousdispatch.cxx +++ b/comphelper/source/misc/synchronousdispatch.cxx @@ -27,13 +27,11 @@ ************************************************************************/ -/** === begin UNO includes === **/ #include "com/sun/star/frame/XDispatchProvider.hpp" #include "com/sun/star/frame/XSynchronousDispatch.hpp" #include "com/sun/star/lang/XComponent.hpp" #include "com/sun/star/lang/XMultiServiceFactory.hpp" #include "com/sun/star/util/XURLTransformer.hpp" -/** === end UNO includes === **/ #include "comphelper/synchronousdispatch.hxx" #include "comphelper/processfactory.hxx" diff --git a/comphelper/source/property/opropertybag.hxx b/comphelper/source/property/opropertybag.hxx index 0fd4b1c84b95..f5dbf4ebfd9c 100644 --- a/comphelper/source/property/opropertybag.hxx +++ b/comphelper/source/property/opropertybag.hxx @@ -20,7 +20,6 @@ #ifndef COMPHELPER_OPROPERTYBAG_HXX #define COMPHELPER_OPROPERTYBAG_HXX -/** === begin UNO includes === **/ #include <com/sun/star/lang/XInitialization.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> @@ -30,7 +29,6 @@ #include <com/sun/star/beans/XPropertyAccess.hpp> #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/container/XSet.hpp> -/** === end UNO includes === **/ #include <cppuhelper/implbase6.hxx> #include <comphelper/propstate.hxx> diff --git a/comphelper/source/property/propertybag.cxx b/comphelper/source/property/propertybag.cxx index 4583153d789c..d2752c18fe7e 100644 --- a/comphelper/source/property/propertybag.cxx +++ b/comphelper/source/property/propertybag.cxx @@ -28,13 +28,11 @@ #include "comphelper/propertybag.hxx" -/** === begin UNO includes === **/ #include <com/sun/star/beans/IllegalTypeException.hpp> #include <com/sun/star/beans/PropertyExistException.hpp> #include <com/sun/star/lang/IllegalArgumentException.hpp> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/beans/NotRemoveableException.hpp> -/** === end UNO includes === **/ #include <map> |