summaryrefslogtreecommitdiff
path: root/comphelper/source
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/source
parent49ad17e2b1aef65fad357b9c540ab36189233dd3 (diff)
reduce ascii noise and useless comments
Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
Diffstat (limited to 'comphelper/source')
-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
5 files changed, 0 insertions, 18 deletions
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()