summaryrefslogtreecommitdiff
path: root/comphelper/inc
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/inc')
-rw-r--r--comphelper/inc/comphelper/configurationhelper.hxx3
-rw-r--r--comphelper/inc/comphelper/locale.hxx3
-rw-r--r--comphelper/inc/comphelper/mediadescriptor.hxx3
-rw-r--r--comphelper/inc/comphelper/numberedcollection.hxx3
-rw-r--r--comphelper/inc/comphelper/sequenceashashmap.hxx3
-rw-r--r--comphelper/inc/comphelper/sequenceasvector.hxx3
-rw-r--r--comphelper/inc/comphelper/stillreadwriteinteraction.hxx2
7 files changed, 0 insertions, 20 deletions
diff --git a/comphelper/inc/comphelper/configurationhelper.hxx b/comphelper/inc/comphelper/configurationhelper.hxx
index 449c2e6ff31c..ec4e17a0f41a 100644
--- a/comphelper/inc/comphelper/configurationhelper.hxx
+++ b/comphelper/inc/comphelper/configurationhelper.hxx
@@ -20,9 +20,6 @@
#ifndef _COMPHELPER_CONFIGURATIONHELPER_HXX_
#define _COMPHELPER_CONFIGURATIONHELPER_HXX_
-//_______________________________________________
-// includes
-
#include <com/sun/star/uno/XInterface.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
diff --git a/comphelper/inc/comphelper/locale.hxx b/comphelper/inc/comphelper/locale.hxx
index a865dcbe546f..8cfbb5e0c29b 100644
--- a/comphelper/inc/comphelper/locale.hxx
+++ b/comphelper/inc/comphelper/locale.hxx
@@ -20,9 +20,6 @@
#ifndef _COMPHELPER_LOCALE_HXX_
#define _COMPHELPER_LOCALE_HXX_
-//_______________________________________________
-// includes
-
#include <vector>
#include <rtl/ustring.hxx>
#include "comphelper/comphelperdllapi.h"
diff --git a/comphelper/inc/comphelper/mediadescriptor.hxx b/comphelper/inc/comphelper/mediadescriptor.hxx
index 23eba2713bcd..cc70de0c5eed 100644
--- a/comphelper/inc/comphelper/mediadescriptor.hxx
+++ b/comphelper/inc/comphelper/mediadescriptor.hxx
@@ -20,9 +20,6 @@
#ifndef _COMPHELPER_MEDIADESCRIPTOR_HXX_
#define _COMPHELPER_MEDIADESCRIPTOR_HXX_
-//_______________________________________________
-// includes
-
#include <comphelper/sequenceashashmap.hxx>
#include <rtl/ustring.hxx>
#include "comphelper/comphelperdllapi.h"
diff --git a/comphelper/inc/comphelper/numberedcollection.hxx b/comphelper/inc/comphelper/numberedcollection.hxx
index ada17b72d4ee..128152f0eab6 100644
--- a/comphelper/inc/comphelper/numberedcollection.hxx
+++ b/comphelper/inc/comphelper/numberedcollection.hxx
@@ -20,9 +20,6 @@
#ifndef _COMPHELPER_NUMBEREDCOLLECTION_HXX_
#define _COMPHELPER_NUMBEREDCOLLECTION_HXX_
-//_______________________________________________
-// includes
-
#include "comphelper/comphelperdllapi.h"
#include <com/sun/star/uno/Reference.hxx>
diff --git a/comphelper/inc/comphelper/sequenceashashmap.hxx b/comphelper/inc/comphelper/sequenceashashmap.hxx
index 7dc83a2670e2..a697cf55994b 100644
--- a/comphelper/inc/comphelper/sequenceashashmap.hxx
+++ b/comphelper/inc/comphelper/sequenceashashmap.hxx
@@ -20,9 +20,6 @@
#ifndef _COMPHELPER_SEQUENCEASHASHMAP_HXX_
#define _COMPHELPER_SEQUENCEASHASHMAP_HXX_
-//_______________________________________________
-// includes
-
#include <boost/unordered_map.hpp>
#include <algorithm>
diff --git a/comphelper/inc/comphelper/sequenceasvector.hxx b/comphelper/inc/comphelper/sequenceasvector.hxx
index 80b20017c438..3f63fb9c6613 100644
--- a/comphelper/inc/comphelper/sequenceasvector.hxx
+++ b/comphelper/inc/comphelper/sequenceasvector.hxx
@@ -20,9 +20,6 @@
#ifndef _COMPHELPER_SEQUENCEASVECTOR_HXX_
#define _COMPHELPER_SEQUENCEASVECTOR_HXX_
-//_______________________________________________
-// includes
-
#include <vector>
#include <algorithm>
#include <com/sun/star/uno/Sequence.hxx>
diff --git a/comphelper/inc/comphelper/stillreadwriteinteraction.hxx b/comphelper/inc/comphelper/stillreadwriteinteraction.hxx
index f73fd14b1616..2e060bf7cacd 100644
--- a/comphelper/inc/comphelper/stillreadwriteinteraction.hxx
+++ b/comphelper/inc/comphelper/stillreadwriteinteraction.hxx
@@ -20,8 +20,6 @@
#ifndef _COMPHELPER_STILLREADWRITEINTERACTION_HXX_
#define _COMPHELPER_STRILLREADWRITEINTERACTION_HXX_
-//_______________________________________________
-// includes
#include <ucbhelper/interceptedinteraction.hxx>
#include <com/sun/star/task/XInteractionHandler.hpp>