From 49ad17e2b1aef65fad357b9c540ab36189233dd3 Mon Sep 17 00:00:00 2001
From: Thomas Arnhold <thomas@arnhold.org>
Date: Wed, 8 Aug 2012 13:21:28 +0200
Subject: remove include comments and boxes

Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
---
 comphelper/inc/comphelper/configurationhelper.hxx       | 3 ---
 comphelper/inc/comphelper/locale.hxx                    | 3 ---
 comphelper/inc/comphelper/mediadescriptor.hxx           | 3 ---
 comphelper/inc/comphelper/numberedcollection.hxx        | 3 ---
 comphelper/inc/comphelper/sequenceashashmap.hxx         | 3 ---
 comphelper/inc/comphelper/sequenceasvector.hxx          | 3 ---
 comphelper/inc/comphelper/stillreadwriteinteraction.hxx | 2 --
 comphelper/source/misc/configurationhelper.cxx          | 3 ---
 comphelper/source/misc/locale.cxx                       | 2 --
 comphelper/source/misc/numberedcollection.cxx           | 3 ---
 comphelper/source/misc/sequenceashashmap.cxx            | 3 ---
 11 files changed, 31 deletions(-)

(limited to 'comphelper')

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>
diff --git a/comphelper/source/misc/configurationhelper.cxx b/comphelper/source/misc/configurationhelper.cxx
index 2a056347b093..6dc055037c8c 100644
--- a/comphelper/source/misc/configurationhelper.cxx
+++ b/comphelper/source/misc/configurationhelper.cxx
@@ -17,9 +17,6 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-
-//_______________________________________________
-// includes
 #include <comphelper/configurationhelper.hxx>
 #include <comphelper/processfactory.hxx>
 #include <com/sun/star/beans/XPropertySet.hpp>
diff --git a/comphelper/source/misc/locale.cxx b/comphelper/source/misc/locale.cxx
index bad180286b6a..2bf4c35bb11a 100644
--- a/comphelper/source/misc/locale.cxx
+++ b/comphelper/source/misc/locale.cxx
@@ -19,8 +19,6 @@
 
 #include <comphelper/locale.hxx>
 
-//_______________________________________________
-// includes
 #include <rtl/ustrbuf.hxx>
 
 //_______________________________________________
diff --git a/comphelper/source/misc/numberedcollection.cxx b/comphelper/source/misc/numberedcollection.cxx
index d433d53b7889..89b375576605 100644
--- a/comphelper/source/misc/numberedcollection.cxx
+++ b/comphelper/source/misc/numberedcollection.cxx
@@ -20,9 +20,6 @@
 
 #include <comphelper/numberedcollection.hxx>
 
-//_______________________________________________
-// includes
-
 #include <com/sun/star/frame/UntitledNumbersConst.hpp>
 
 //_______________________________________________
diff --git a/comphelper/source/misc/sequenceashashmap.cxx b/comphelper/source/misc/sequenceashashmap.cxx
index 97dfcc5dd8a1..d7e87baca6ec 100644
--- a/comphelper/source/misc/sequenceashashmap.cxx
+++ b/comphelper/source/misc/sequenceashashmap.cxx
@@ -17,9 +17,6 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-
-//_______________________________________________
-// includes
 #include <comphelper/sequenceashashmap.hxx>
 
 //_______________________________________________
-- 
cgit