summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/synchronousdispatch.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/misc/synchronousdispatch.cxx')
-rw-r--r--comphelper/source/misc/synchronousdispatch.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/comphelper/source/misc/synchronousdispatch.cxx b/comphelper/source/misc/synchronousdispatch.cxx
index 265c052b1436..468e1ade7c60 100644
--- a/comphelper/source/misc/synchronousdispatch.cxx
+++ b/comphelper/source/misc/synchronousdispatch.cxx
@@ -28,16 +28,16 @@
#include "comphelper/processfactory.hxx"
-//.........................................................................
+
namespace comphelper
{
-//.........................................................................
+
using namespace ::com::sun::star;
-//====================================================================
+
//= SynchronousDispatch
-//====================================================================
+
uno::Reference< lang::XComponent > SynchronousDispatch::dispatch(
const uno::Reference< uno::XInterface > &xStartPoint,
@@ -79,8 +79,8 @@ uno::Reference< lang::XComponent > SynchronousDispatch::dispatch(
return aComponent;
}
-//.........................................................................
+
} // namespace comphelper
-//.........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */