summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/testvba
diff options
context:
space:
mode:
authorpjacquod <pjacquod@alumni.ethz.ch>2010-11-14 20:36:43 +0100
committerSebastian Spaeth <Sebastian@SSpaeth.de>2010-11-14 23:09:14 +0100
commit7a6177e6156a435b9f936bbfd52d6274e8e00028 (patch)
tree4ed4f494061fb35bde008f3d6e91e4b26754118f /sc/source/ui/vba/testvba
parentfee85b56c07e2999bdfb127f366bdaa5d17eb954 (diff)
bogus comment / code in calc.. testvba
Diffstat (limited to 'sc/source/ui/vba/testvba')
-rw-r--r--sc/source/ui/vba/testvba/testvba.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/source/ui/vba/testvba/testvba.cxx b/sc/source/ui/vba/testvba/testvba.cxx
index 8d1e64c7f22e..ee7b86269bc7 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 )