summaryrefslogtreecommitdiff
path: root/comphelper/inc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-06-28 12:28:46 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-06-29 09:25:09 +0200
commit57154616f064752c237a278db18767241da13c3f (patch)
treec105cd45b095b2580c4d9ffec69a49dda8089d9b /comphelper/inc
parent59c8cfffa75d991e3fac8b3cb41dde31389bb8c1 (diff)
Remove UNO includes comments
Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
Diffstat (limited to 'comphelper/inc')
-rw-r--r--comphelper/inc/comphelper/anycompare.hxx2
-rw-r--r--comphelper/inc/comphelper/componentbase.hxx4
-rw-r--r--comphelper/inc/comphelper/componentcontext.hxx2
-rw-r--r--comphelper/inc/comphelper/componentguard.hxx2
-rw-r--r--comphelper/inc/comphelper/componentmodule.hxx2
-rw-r--r--comphelper/inc/comphelper/documentinfo.hxx2
-rw-r--r--comphelper/inc/comphelper/listenernotification.hxx2
-rw-r--r--comphelper/inc/comphelper/logging.hxx2
-rw-r--r--comphelper/inc/comphelper/namedvaluecollection.hxx2
-rw-r--r--comphelper/inc/comphelper/officeresourcebundle.hxx2
-rw-r--r--comphelper/inc/comphelper/propertybag.hxx3
11 files changed, 0 insertions, 25 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>
//........................................................................