summaryrefslogtreecommitdiffstats
path: root/include/comphelper/accessiblekeybindinghelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/accessiblekeybindinghelper.hxx')
-rw-r--r--include/comphelper/accessiblekeybindinghelper.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/comphelper/accessiblekeybindinghelper.hxx b/include/comphelper/accessiblekeybindinghelper.hxx
index dc0274271023..48ba71f6c7d4 100644
--- a/include/comphelper/accessiblekeybindinghelper.hxx
+++ b/include/comphelper/accessiblekeybindinghelper.hxx
@@ -28,14 +28,14 @@
#include <comphelper/comphelperdllapi.h>
-//..............................................................................
+
namespace comphelper
{
-//..............................................................................
- //==============================================================================
+
+
// OAccessibleKeyBindingHelper
- //==============================================================================
+
typedef ::cppu::WeakImplHelper1 < ::com::sun::star::accessibility::XAccessibleKeyBinding
> OAccessibleKeyBindingHelper_Base;
@@ -66,9 +66,9 @@ namespace comphelper
virtual ::com::sun::star::uno::Sequence< ::com::sun::star::awt::KeyStroke > SAL_CALL getAccessibleKeyBinding( sal_Int32 nIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException, std::exception);
};
-//..............................................................................
+
} // namespace comphelper
-//..............................................................................
+
#endif // INCLUDED_COMPHELPER_ACCESSIBLEKEYBINDINGHELPER_HXX