summaryrefslogtreecommitdiff
path: root/ucbhelper
diff options
context:
space:
mode:
Diffstat (limited to 'ucbhelper')
-rw-r--r--ucbhelper/inc/ucbhelper/interceptedinteraction.hxx4
-rw-r--r--ucbhelper/source/client/interceptedinteraction.cxx3
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()
{