summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/accessiblekeybindinghelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/misc/accessiblekeybindinghelper.cxx')
-rw-r--r--comphelper/source/misc/accessiblekeybindinghelper.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/comphelper/source/misc/accessiblekeybindinghelper.cxx b/comphelper/source/misc/accessiblekeybindinghelper.cxx
index ef2e058f8020..72fae780e79f 100644
--- a/comphelper/source/misc/accessiblekeybindinghelper.cxx
+++ b/comphelper/source/misc/accessiblekeybindinghelper.cxx
@@ -38,7 +38,6 @@ namespace comphelper
}
-
OAccessibleKeyBindingHelper::OAccessibleKeyBindingHelper( const OAccessibleKeyBindingHelper& rHelper )
: cppu::WeakImplHelper<XAccessibleKeyBinding>( rHelper )
, m_aKeyBindings( rHelper.m_aKeyBindings )
@@ -46,13 +45,11 @@ namespace comphelper
}
-
OAccessibleKeyBindingHelper::~OAccessibleKeyBindingHelper()
{
}
-
void OAccessibleKeyBindingHelper::AddKeyBinding( const Sequence< awt::KeyStroke >& rKeyBinding ) throw (RuntimeException)
{
::osl::MutexGuard aGuard( m_aMutex );
@@ -61,7 +58,6 @@ namespace comphelper
}
-
void OAccessibleKeyBindingHelper::AddKeyBinding( const awt::KeyStroke& rKeyStroke ) throw (RuntimeException)
{
::osl::MutexGuard aGuard( m_aMutex );
@@ -83,7 +79,6 @@ namespace comphelper
}
-
Sequence< awt::KeyStroke > OAccessibleKeyBindingHelper::getAccessibleKeyBinding( sal_Int32 nIndex ) throw (IndexOutOfBoundsException, RuntimeException, std::exception)
{
::osl::MutexGuard aGuard( m_aMutex );
@@ -95,8 +90,6 @@ namespace comphelper
}
-
-
} // namespace comphelper