[Libreoffice-commits] core.git: Branch 'distro/suse/suse-4.0' - sc/source
Petr Mladek
pmladek at suse.cz
Wed May 1 04:58:50 PDT 2013
sc/source/ui/vba/vbaapplication.cxx | 15 ---------------
1 file changed, 15 deletions(-)
New commits:
commit ed2f7b4beab3541e1c4faa2b560a4214c88be227
Author: Petr Mladek <pmladek at 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()
{
More information about the Libreoffice-commits
mailing list