find it by chance...
regards
pjacquod
MPL/ GPLv3+ / LGPLv3+
>From 0ad93f729c3141c0f40125b04c79a2891c51bece Mon Sep 17 00:00:00 2001
From: pjacquod <[email protected]>
Date: Sun, 14 Nov 2010 20:36:43 +0100
Subject: [PATCH] bogus comment / code in calc.. testvba

---
 sc/source/ui/vba/testvba/testvba.cxx |    3 ---
 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 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 )
-- 
1.7.1

_______________________________________________
LibreOffice mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to