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 /ucbhelper | |
parent | 49ad17e2b1aef65fad357b9c540ab36189233dd3 (diff) |
reduce ascii noise and useless comments
Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
Diffstat (limited to 'ucbhelper')
-rw-r--r-- | ucbhelper/inc/ucbhelper/interceptedinteraction.hxx | 4 | ||||
-rw-r--r-- | ucbhelper/source/client/interceptedinteraction.cxx | 3 |
2 files changed, 0 insertions, 7 deletions
diff --git a/ucbhelper/inc/ucbhelper/interceptedinteraction.hxx b/ucbhelper/inc/ucbhelper/interceptedinteraction.hxx index 2c087b503f4e..44013b131cc0 100644 --- a/ucbhelper/inc/ucbhelper/interceptedinteraction.hxx +++ b/ucbhelper/inc/ucbhelper/interceptedinteraction.hxx @@ -28,13 +28,9 @@ #include <cppuhelper/implbase1.hxx> #include "ucbhelper/ucbhelperdllapi.h" -//_______________________________________________ -// namespace namespace ucbhelper{ -//_______________________________________________ -// definitions /** @short it wraps any other interaction handler and intercept its handle() requests. diff --git a/ucbhelper/source/client/interceptedinteraction.cxx b/ucbhelper/source/client/interceptedinteraction.cxx index 6be3f3159503..ee48a9e8be7f 100644 --- a/ucbhelper/source/client/interceptedinteraction.cxx +++ b/ucbhelper/source/client/interceptedinteraction.cxx @@ -19,14 +19,11 @@ #include <ucbhelper/interceptedinteraction.hxx> -// namespace namespace ucbhelper{ namespace css = ::com::sun::star; -//_______________________________________________ -// definitions InterceptedInteraction::InterceptedInteraction() { |