[Libreoffice-commits] .: sc/source

Sebastian Spaeth spaetz at kemper.freedesktop.org
Sun Nov 14 14:09:49 PST 2010


 sc/source/ui/vba/testvba/testvba.cxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 5f535b601f755a0c5149a9c3319350721b781345
Author: pjacquod <pjacquod at alumni.ethz.ch>
Date:   Sun Nov 14 20:36:43 2010 +0100

    bogus comment / code in calc.. testvba

diff --git a/sc/source/ui/vba/testvba/testvba.cxx b/sc/source/ui/vba/testvba/testvba.cxx
index 70b1da0..3ca44cc 100644
--- a/sc/source/ui/vba/testvba/testvba.cxx
+++ b/sc/source/ui/vba/testvba/testvba.cxx
@@ -113,7 +113,6 @@ mxCompLoader( _xCompLoader ), msOutDirPath( convertToURL( _outDirPath  ) )
     {
         printf("%s\n", getenv("HOME") );
         printf("file name %s\n", rtl::OUStringToOString( fileName, RTL_TEXTENCODING_UTF8 ).getStr() );
-        //rtl::OUString sLogLocation( rtl::OUString::createFromAscii( getenv("HOME") ) );
         rtl::OUString sLogLocation;
         Reference< XPropertySet > pathSettings( mxMCF->createInstanceWithContext( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.framework.PathSettings" )), mxContext), uno::UNO_QUERY_THROW );
         pathSettings->getPropertyValue( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "Work" )) ) >>= sLogLocation;
@@ -298,8 +297,6 @@ int main( int argv, char** argc )
             dTest->traverse( ascii( argc[ 1 ] ) );
         }
         delete dTest;
-//		tryDispose( xLoader, "desktop" );
-//		tryDispose( xCC, "remote context" );
 
     }
     catch( uno::Exception& e )


More information about the Libreoffice-commits mailing list