sc/source/ui/vba/vbaapplication.cxx | 15 --------------- 1 file changed, 15 deletions(-)
New commits: commit ed2f7b4beab3541e1c4faa2b560a4214c88be227 Author: Petr Mladek <pmla...@suse.cz> Date: Wed May 1 13:54:09 2013 +0200 remove duplicated implementation of ScVbaApplication::OnKey somehow got duplicated when merging the tag libreoffice-4.0.3.2 Change-Id: I78ed09327076263f1797adc6b94b948918e5227c diff --git a/sc/source/ui/vba/vbaapplication.cxx b/sc/source/ui/vba/vbaapplication.cxx index d39b45f..67b02ab 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() { _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits