summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-08-08 13:53:08 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-08-08 13:53:54 +0200
commit2beba8f93e7991372dd45351c92c50f7850dc46a (patch)
tree15dfae00223ccc7fdbfe2e06a3d931b97fded890 /comphelper
parent49ad17e2b1aef65fad357b9c540ab36189233dd3 (diff)
reduce ascii noise and useless comments
Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/inc/comphelper/configurationhelper.hxx2
-rw-r--r--comphelper/inc/comphelper/locale.hxx9
-rw-r--r--comphelper/inc/comphelper/mediadescriptor.hxx8
-rw-r--r--comphelper/inc/comphelper/numberedcollection.hxx4
-rw-r--r--comphelper/inc/comphelper/sequenceashashmap.hxx4
-rw-r--r--comphelper/inc/comphelper/sequenceasvector.hxx4
-rw-r--r--comphelper/inc/comphelper/stillreadwriteinteraction.hxx2
-rw-r--r--comphelper/source/misc/configurationhelper.cxx4
-rw-r--r--comphelper/source/misc/locale.cxx2
-rw-r--r--comphelper/source/misc/mediadescriptor.cxx4
-rw-r--r--comphelper/source/misc/numberedcollection.cxx4
-rw-r--r--comphelper/source/misc/sequenceashashmap.cxx4
12 files changed, 0 insertions, 51 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
diff --git a/comphelper/source/misc/configurationhelper.cxx b/comphelper/source/misc/configurationhelper.cxx
index 6dc055037c8c..1ace6f28ebcf 100644
--- a/comphelper/source/misc/configurationhelper.cxx
+++ b/comphelper/source/misc/configurationhelper.cxx
@@ -25,15 +25,11 @@
#include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
-//_______________________________________________
-// namespace
namespace comphelper{
namespace css = ::com::sun::star;
-//_______________________________________________
-// definitions
//-----------------------------------------------
css::uno::Reference< css::uno::XInterface > ConfigurationHelper::openConfig(const css::uno::Reference< css::lang::XMultiServiceFactory > xSMGR ,
diff --git a/comphelper/source/misc/locale.cxx b/comphelper/source/misc/locale.cxx
index 2bf4c35bb11a..9bfea805a02e 100644
--- a/comphelper/source/misc/locale.cxx
+++ b/comphelper/source/misc/locale.cxx
@@ -21,8 +21,6 @@
#include <rtl/ustrbuf.hxx>
-//_______________________________________________
-// namespace
namespace comphelper{
diff --git a/comphelper/source/misc/mediadescriptor.cxx b/comphelper/source/misc/mediadescriptor.cxx
index cf15e244ded4..095ba80e828d 100644
--- a/comphelper/source/misc/mediadescriptor.cxx
+++ b/comphelper/source/misc/mediadescriptor.cxx
@@ -47,15 +47,11 @@
#include <rtl/ustrbuf.hxx>
-//_______________________________________________
-// namespace
namespace comphelper{
namespace css = ::com::sun::star;
-//_______________________________________________
-// definitions
const ::rtl::OUString& MediaDescriptor::PROP_ABORTED()
{
diff --git a/comphelper/source/misc/numberedcollection.cxx b/comphelper/source/misc/numberedcollection.cxx
index 89b375576605..0bba81e73fd8 100644
--- a/comphelper/source/misc/numberedcollection.cxx
+++ b/comphelper/source/misc/numberedcollection.cxx
@@ -22,15 +22,11 @@
#include <com/sun/star/frame/UntitledNumbersConst.hpp>
-//_______________________________________________
-// namespace
namespace comphelper{
namespace css = ::com::sun::star;
-//_______________________________________________
-// definitions
static const char ERRMSG_INVALID_COMPONENT_PARAM[] = "NULL as component reference not allowed.";
diff --git a/comphelper/source/misc/sequenceashashmap.cxx b/comphelper/source/misc/sequenceashashmap.cxx
index d7e87baca6ec..3760b3cb1752 100644
--- a/comphelper/source/misc/sequenceashashmap.cxx
+++ b/comphelper/source/misc/sequenceashashmap.cxx
@@ -19,15 +19,11 @@
#include <comphelper/sequenceashashmap.hxx>
-//_______________________________________________
-// namespace
namespace comphelper{
namespace css = ::com::sun::star;
-//_______________________________________________
-// definitions
SequenceAsHashMap::SequenceAsHashMap()
: SequenceAsHashMapBase()