diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-08-08 13:53:08 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-08-08 13:53:54 +0200 |
commit | 2beba8f93e7991372dd45351c92c50f7850dc46a (patch) | |
tree | 15dfae00223ccc7fdbfe2e06a3d931b97fded890 /comphelper/inc | |
parent | 49ad17e2b1aef65fad357b9c540ab36189233dd3 (diff) |
reduce ascii noise and useless comments
Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
Diffstat (limited to 'comphelper/inc')
-rw-r--r-- | comphelper/inc/comphelper/configurationhelper.hxx | 2 | ||||
-rw-r--r-- | comphelper/inc/comphelper/locale.hxx | 9 | ||||
-rw-r--r-- | comphelper/inc/comphelper/mediadescriptor.hxx | 8 | ||||
-rw-r--r-- | comphelper/inc/comphelper/numberedcollection.hxx | 4 | ||||
-rw-r--r-- | comphelper/inc/comphelper/sequenceashashmap.hxx | 4 | ||||
-rw-r--r-- | comphelper/inc/comphelper/sequenceasvector.hxx | 4 | ||||
-rw-r--r-- | comphelper/inc/comphelper/stillreadwriteinteraction.hxx | 2 |
7 files changed, 0 insertions, 33 deletions
diff --git a/comphelper/inc/comphelper/configurationhelper.hxx b/comphelper/inc/comphelper/configurationhelper.hxx index ec4e17a0f41a..706e1b762912 100644 --- a/comphelper/inc/comphelper/configurationhelper.hxx +++ b/comphelper/inc/comphelper/configurationhelper.hxx @@ -44,8 +44,6 @@ namespace comphelper{ -//_______________________________________________ -// definitions //----------------------------------------------- class COMPHELPER_DLLPUBLIC ConfigurationHelper diff --git a/comphelper/inc/comphelper/locale.hxx b/comphelper/inc/comphelper/locale.hxx index 8cfbb5e0c29b..0a86079d290c 100644 --- a/comphelper/inc/comphelper/locale.hxx +++ b/comphelper/inc/comphelper/locale.hxx @@ -24,14 +24,8 @@ #include <rtl/ustring.hxx> #include "comphelper/comphelperdllapi.h" -//_______________________________________________ -// namespace - namespace comphelper{ -//_______________________________________________ -// definitions - /** @short A Locale object represents a specific geographical, political, or cultural region. @descr This Locale class can be used to: @@ -41,9 +35,6 @@ namespace comphelper{ */ class COMPHELPER_DLLPUBLIC Locale { - //------------------------------------------- - // const - public: /** @short seperates LANGUAGE and COUNTRY part of an ISO formated Locale. */ diff --git a/comphelper/inc/comphelper/mediadescriptor.hxx b/comphelper/inc/comphelper/mediadescriptor.hxx index cc70de0c5eed..e1b14a6ba243 100644 --- a/comphelper/inc/comphelper/mediadescriptor.hxx +++ b/comphelper/inc/comphelper/mediadescriptor.hxx @@ -28,14 +28,8 @@ namespace com { namespace sun { namespace star { namespace io { class XInputStream; } } } } -//_______________________________________________ -// namespace - namespace comphelper{ -//_______________________________________________ -// definitions - /** @short can be used to work with a <type scope="::com::sun::star::document">MediaDescriptor</type> struct. @@ -48,8 +42,6 @@ namespace comphelper{ */ class COMPHELPER_DLLPUBLIC MediaDescriptor : public SequenceAsHashMap { - //------------------------------------------- - // const public: //--------------------------------------- diff --git a/comphelper/inc/comphelper/numberedcollection.hxx b/comphelper/inc/comphelper/numberedcollection.hxx index 128152f0eab6..d2ea6b892f17 100644 --- a/comphelper/inc/comphelper/numberedcollection.hxx +++ b/comphelper/inc/comphelper/numberedcollection.hxx @@ -34,8 +34,6 @@ #include <vector> #include <boost/unordered_map.hpp> -//_______________________________________________ -// namespace namespace comphelper{ @@ -45,8 +43,6 @@ namespace comphelper{ #define css ::com::sun::star #endif -//_______________________________________________ -// definitions /** @short defines a collection of UNO components, where every component will get it's own unique number. diff --git a/comphelper/inc/comphelper/sequenceashashmap.hxx b/comphelper/inc/comphelper/sequenceashashmap.hxx index a697cf55994b..356512708357 100644 --- a/comphelper/inc/comphelper/sequenceashashmap.hxx +++ b/comphelper/inc/comphelper/sequenceashashmap.hxx @@ -30,13 +30,9 @@ #include <com/sun/star/beans/IllegalTypeException.hpp> #include "comphelper/comphelperdllapi.h" -//_______________________________________________ -// namespace namespace comphelper{ -//_______________________________________________ -// definitions /** @short Implements a stl hash map on top of some specialized sequence from type PropertyValue diff --git a/comphelper/inc/comphelper/sequenceasvector.hxx b/comphelper/inc/comphelper/sequenceasvector.hxx index 3f63fb9c6613..88c757315c3e 100644 --- a/comphelper/inc/comphelper/sequenceasvector.hxx +++ b/comphelper/inc/comphelper/sequenceasvector.hxx @@ -26,13 +26,9 @@ #include <com/sun/star/beans/IllegalTypeException.hpp> -//_______________________________________________ -// namespace namespace comphelper{ -//_______________________________________________ -// definitions /** @short Implements a stl vector on top of any uno sequence. diff --git a/comphelper/inc/comphelper/stillreadwriteinteraction.hxx b/comphelper/inc/comphelper/stillreadwriteinteraction.hxx index 2e060bf7cacd..c6d62e8da9e2 100644 --- a/comphelper/inc/comphelper/stillreadwriteinteraction.hxx +++ b/comphelper/inc/comphelper/stillreadwriteinteraction.hxx @@ -26,8 +26,6 @@ #include "comphelper/comphelperdllapi.h" -//_______________________________________________ -// namespace namespace comphelper{ class COMPHELPER_DLLPUBLIC StillReadWriteInteraction : public ::ucbhelper::InterceptedInteraction |