summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2013-05-01 13:54:09 +0200
committerPetr Mladek <pmladek@suse.cz>2013-05-01 13:54:09 +0200
commited2f7b4beab3541e1c4faa2b560a4214c88be227 (patch)
tree5af56242a36eaa0ae8a20cf71aa9eab993a362ed /sc
parent68454d8c8ad4b121a0c6d725a44ff6f5ac1fc7fe (diff)
remove duplicated implementation of ScVbaApplication::OnKey
somehow got duplicated when merging the tag libreoffice-4.0.3.2 Change-Id: I78ed09327076263f1797adc6b94b948918e5227c
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/vba/vbaapplication.cxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/sc/source/ui/vba/vbaapplication.cxx b/sc/source/ui/vba/vbaapplication.cxx
index d39b45f54afd..67b02abd950f 100644
--- a/sc/source/ui/vba/vbaapplication.cxx
+++ b/sc/source/ui/vba/vbaapplication.cxx
@@ -1384,21 +1384,6 @@ void SAL_CALL ScVbaApplication::Undo() throw (uno::RuntimeException)
dispatchExecute( pViewShell, SID_UNDO );
}
-void SAL_CALL ScVbaApplication::OnKey( const ::rtl::OUString& Key, const uno::Any& Procedure ) throw (uno::RuntimeException)
-{
- try
- {
- // Perhaps we can catch some excel specific
- // related behaviour here
- VbaApplicationBase::OnKey( Key, Procedure );
- }
- catch( container::NoSuchElementException& )
- {
- // #TODO special handling for unhandled
- // bindings
- }
-}
-
rtl::OUString
ScVbaApplication::getServiceImplName()
{