diff options
author | Thorsten Behrens <tbehrens@novell.com> | 2011-03-09 14:56:21 +0100 |
---|---|---|
committer | Thorsten Behrens <tbehrens@novell.com> | 2011-03-09 14:56:21 +0100 |
commit | ff62ed4745a9b2367c68ef3eb863d29022f0fa7d (patch) | |
tree | 86a24f72042acbf232e5d1805150b590acc532a3 /basic/source/classes | |
parent | 14fcbd54c96d9f46365f76f8df6b51d2e8074d74 (diff) |
Revert idle whitespace changes
Reverting all hunks that solely change whitespace, prior to
performing the m101 merge from OOo.
Diffstat (limited to 'basic/source/classes')
-rw-r--r-- | basic/source/classes/sb.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/basic/source/classes/sb.cxx b/basic/source/classes/sb.cxx index 193cbfa117..bbc44d69f8 100644 --- a/basic/source/classes/sb.cxx +++ b/basic/source/classes/sb.cxx @@ -80,7 +80,7 @@ SbxObject* StarBASIC::getVBAGlobals( ) if ( GetUNOConstant("ThisComponent", aThisDoc) ) { Reference< XMultiServiceFactory > xDocFac( aThisDoc, UNO_QUERY ); - if ( xDocFac.is() ) + if ( xDocFac.is() ) { try { @@ -835,7 +835,7 @@ SbModule* StarBASIC::MakeModule32( const String& rName, const ::rtl::OUString& r } SbModule* StarBASIC::MakeModule32( const String& rName, const ModuleInfo& mInfo, const rtl::OUString& rSrc ) { - + OSL_TRACE("create module %s type mInfo %d", rtl::OUStringToOString( rName, RTL_TEXTENCODING_UTF8 ).getStr(), mInfo.ModuleType ); SbModule* p = NULL; switch ( mInfo.ModuleType ) @@ -855,7 +855,7 @@ SbModule* StarBASIC::MakeModule32( const String& rName, const ModuleInfo& mInfo, break; default: p = new SbModule( rName, isVBAEnabled() ); - + } p->SetSource32( rSrc ); p->SetParent( this ); @@ -1346,7 +1346,7 @@ USHORT StarBASIC::GetVBErrorCode( SbError nError ) nRet = 0; } } - + // search loop const SFX_VB_ErrorItem* pErrItem; USHORT nIndex = 0; @@ -1782,7 +1782,7 @@ BasicCollection::BasicCollection( const XubString& rClass ) nRemoveHash = MakeHashCode( String::CreateFromAscii( pRemoveStr ) ); } Initialize(); - + } BasicCollection::~BasicCollection() |