diff options
author | Andre Fischer <af@apache.org> | 2012-04-10 06:29:48 +0000 |
---|---|---|
committer | Andre Fischer <af@apache.org> | 2012-04-10 06:29:48 +0000 |
commit | e5917afc840dfab2baf087b1720863130a59c164 (patch) | |
tree | a47b030fabb5399c1ed54570952907733f1f60e1 | |
parent | b7285a41173a9e78c7ba019e4ffaad18d8b807f5 (diff) |
Removed unnecessary debug code.
-rw-r--r-- | desktop/source/app/app.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index 751897b2dd28..c4986be6628c 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -837,8 +837,6 @@ static bool needsInstallBundledExtensionBlobs ( 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(); |