summaryrefslogtreecommitdiff
path: root/comphelper/inc/comphelper/accessiblekeybindinghelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/inc/comphelper/accessiblekeybindinghelper.hxx')
-rw-r--r--comphelper/inc/comphelper/accessiblekeybindinghelper.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/comphelper/inc/comphelper/accessiblekeybindinghelper.hxx b/comphelper/inc/comphelper/accessiblekeybindinghelper.hxx
index 6ac3373893bc..5814f6bab66f 100644
--- a/comphelper/inc/comphelper/accessiblekeybindinghelper.hxx
+++ b/comphelper/inc/comphelper/accessiblekeybindinghelper.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -48,8 +48,8 @@ namespace comphelper
// OAccessibleKeyBindingHelper
//==============================================================================
- typedef ::cppu::WeakImplHelper1 < ::com::sun::star::accessibility::XAccessibleKeyBinding
- > OAccessibleKeyBindingHelper_Base;
+ typedef ::cppu::WeakImplHelper1 < ::com::sun::star::accessibility::XAccessibleKeyBinding
+ > OAccessibleKeyBindingHelper_Base;
/** a helper class for implementing an accessible keybinding
*/
@@ -57,11 +57,11 @@ namespace comphelper
{
private:
typedef ::std::vector< ::com::sun::star::uno::Sequence< ::com::sun::star::awt::KeyStroke > > KeyBindings;
-
- KeyBindings m_aKeyBindings;
+
+ KeyBindings m_aKeyBindings;
protected:
- ::osl::Mutex m_aMutex;
+ ::osl::Mutex m_aMutex;
virtual ~OAccessibleKeyBindingHelper();
@@ -78,7 +78,7 @@ namespace comphelper
};
//..............................................................................
-} // namespace comphelper
+} // namespace comphelper
//..............................................................................
#endif // COMPHELPER_ACCESSIBLE_KEYBINDING_HELPER_HXX