[Libreoffice-commits] .: tools/bootstrp

Takeshi Abe tabe at kemper.freedesktop.org
Fri Feb 18 02:33:45 PST 2011


 tools/bootstrp/rscdep.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 4299e7c6dca4cded5e1e5780f17889200e68b988
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Fri Feb 18 19:33:13 2011 +0900

    Removed unused variable

diff --git a/tools/bootstrp/rscdep.cxx b/tools/bootstrp/rscdep.cxx
index 92dbb36..6635df8 100644
--- a/tools/bootstrp/rscdep.cxx
+++ b/tools/bootstrp/rscdep.cxx
@@ -206,8 +206,6 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS( argc, argv )
     }
 
 
-    DirEntry aEntry(".");
-    aEntry.ToAbs();
     String aCwd(pFileNamePrefix, gsl_getSystemTextEncoding());
     SvFileStream aOutStream;
     String aOutputFileName( pOutputFileName, gsl_getSystemTextEncoding());


More information about the Libreoffice-commits mailing list