summaryrefslogtreecommitdiff
path: root/desktop/source/pkgchk
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2010-10-13 10:25:03 +0200
committerJoachim Lingner <jl@openoffice.org>2010-10-13 10:25:03 +0200
commit2e54587cb31ebf2c747297ffd86cd79e2d54a4a0 (patch)
treee1ddf889cf04122c1870ed8b8ca953f5492b1daa /desktop/source/pkgchk
parent270ecfa2e51723882b57b77910c99c3f5e64ddc5 (diff)
jl160 #i114794# unopkg sync did not write lastsycronized file
Diffstat (limited to 'desktop/source/pkgchk')
-rw-r--r--desktop/source/pkgchk/unopkg/unopkg_misc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/pkgchk/unopkg/unopkg_misc.cxx b/desktop/source/pkgchk/unopkg/unopkg_misc.cxx
index d1471866206c..f6773b768062 100644
--- a/desktop/source/pkgchk/unopkg/unopkg_misc.cxx
+++ b/desktop/source/pkgchk/unopkg/unopkg_misc.cxx
@@ -628,7 +628,7 @@ void removeFolder(OUString const & folderUrl)
dir.close();
::osl::Directory::remove(url);
}
- else
+ else if (rc != osl::File::E_NOENT)
{
dp_misc::writeConsole(
OUSTR("unopkg: Error while removing ") + url + OUSTR("\n"));