[Libreoffice-commits] core.git: basctl/source
Jan Holesovsky
kendy at collabora.com
Fri Oct 11 00:54:41 PDT 2013
basctl/source/basicide/bastype2.cxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit ec3a4bfbf5a72b9814fb093b4300427855c161d1
Author: Jan Holesovsky <kendy at collabora.com>
Date: Thu Oct 10 13:18:07 2013 +0200
Fix whitespace.
Change-Id: I76acfa77eea862a1562521eea5160ed054f68650
diff --git a/basctl/source/basicide/bastype2.cxx b/basctl/source/basicide/bastype2.cxx
index 4699117..c3b0908 100644
--- a/basctl/source/basicide/bastype2.cxx
+++ b/basctl/source/basicide/bastype2.cxx
@@ -60,9 +60,9 @@ void ModuleInfoHelper::getObjectName( const uno::Reference< container::XNameCont
{
try
{
- uno::Reference< script::vba::XVBAModuleInfo > xVBAModuleInfo( rLib, uno::UNO_QUERY );
- if ( xVBAModuleInfo.is() && xVBAModuleInfo->hasModuleInfo( rModName ) )
- {
+ uno::Reference< script::vba::XVBAModuleInfo > xVBAModuleInfo( rLib, uno::UNO_QUERY );
+ if ( xVBAModuleInfo.is() && xVBAModuleInfo->hasModuleInfo( rModName ) )
+ {
script::ModuleInfo aModuleInfo = xVBAModuleInfo->getModuleInfo( rModName );
uno::Any aObject( aModuleInfo.ModuleObject );
uno::Reference< lang::XServiceInfo > xServiceInfo( aObject, uno::UNO_QUERY );
More information about the Libreoffice-commits
mailing list