[Libreoffice-commits] .: tools/bootstrp

Julien Nabet serval2412 at kemper.freedesktop.org
Sun Feb 5 00:29:17 PST 2012


 tools/bootstrp/cppdep.cxx |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

New commits:
commit 992e1a772e01a53673fb6cdd3467102a486f4e59
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sun Feb 5 09:27:48 2012 +0100

    Some cppcheck cleaning

diff --git a/tools/bootstrp/cppdep.cxx b/tools/bootstrp/cppdep.cxx
index 3c3fd61..979201b 100644
--- a/tools/bootstrp/cppdep.cxx
+++ b/tools/bootstrp/cppdep.cxx
@@ -150,12 +150,8 @@ rtl::OString CppDep::Exists(const rtl::OString &rFileName)
         if ( stat( pFullName, &aBuf ) == 0 )
         {
 #ifdef DEBUG_VERBOSE
-            fprintf( stderr, "Got Dependency ", pFullName );
+            fprintf( stderr, "Got Dependency %s \\\n", pFullName );
 #endif
-#ifdef DEBUG_VERBOSE
-            fprintf( stderr, "%s \\\n", pFullName );
-#endif
-
             return rtl::OString(pFullName);
         }
     }


More information about the Libreoffice-commits mailing list