summaryrefslogtreecommitdiff
path: root/sfx2/source/view/userinputinterception.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/view/userinputinterception.cxx')
-rw-r--r--sfx2/source/view/userinputinterception.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sfx2/source/view/userinputinterception.cxx b/sfx2/source/view/userinputinterception.cxx
index dc5d77905df3..327f40f429b2 100644
--- a/sfx2/source/view/userinputinterception.cxx
+++ b/sfx2/source/view/userinputinterception.cxx
@@ -28,10 +28,10 @@
#include <vcl/event.hxx>
#include <vcl/window.hxx>
-//........................................................................
+
namespace sfx2
{
-//........................................................................
+
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::XInterface;
@@ -114,9 +114,9 @@ namespace sfx2
}
- //====================================================================
+
//= UserInputInterception
- //====================================================================
+
UserInputInterception::UserInputInterception( ::cppu::OWeakObject& _rControllerImpl, ::osl::Mutex& _rMutex )
:m_pData( new UserInputInterception_Data( _rControllerImpl, _rMutex ) )
@@ -260,8 +260,8 @@ namespace sfx2
return bHandled;
}
-//........................................................................
+
} // namespace sfx2
-//........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */