You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by af...@apache.org on 2012/04/10 09:29:49 UTC

svn commit: r1311612 - /incubator/ooo/trunk/main/desktop/source/app/app.cxx

Author: af
Date: Tue Apr 10 07:29:48 2012
New Revision: 1311612

URL: http://svn.apache.org/viewvc?rev=1311612&view=rev
Log:
Removed unnecessary debug code.

Modified:
    incubator/ooo/trunk/main/desktop/source/app/app.cxx

Modified: incubator/ooo/trunk/main/desktop/source/app/app.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/desktop/source/app/app.cxx?rev=1311612&r1=1311611&r2=1311612&view=diff
==============================================================================
--- incubator/ooo/trunk/main/desktop/source/app/app.cxx (original)
+++ incubator/ooo/trunk/main/desktop/source/app/app.cxx Tue Apr 10 07:29:48 2012
@@ -837,8 +837,6 @@ static bool needsInstallBundledExtension
             continue;
         if (aFileStat.getFileType() != ::osl::FileStatus::Regular)
             continue;
-        const sal_uInt32 nT1 (aFileStat.getModifyTime().Seconds);
-        const sal_uInt32 nT2 (aMarkerModifyTime.Seconds);
         if (aFileStat.getModifyTime().Seconds > aMarkerModifyTime.Seconds)
         {
             rDirectory.close();