From 2beba8f93e7991372dd45351c92c50f7850dc46a Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Wed, 8 Aug 2012 13:53:08 +0200 Subject: reduce ascii noise and useless comments Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4 --- ucbhelper/inc/ucbhelper/interceptedinteraction.hxx | 4 ---- ucbhelper/source/client/interceptedinteraction.cxx | 3 --- 2 files changed, 7 deletions(-) (limited to 'ucbhelper') 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 #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 -// namespace namespace ucbhelper{ namespace css = ::com::sun::star; -//_______________________________________________ -// definitions InterceptedInteraction::InterceptedInteraction() { -- cgit