[Libreoffice-commits] .: desktop/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Aug 21 09:57:26 PDT 2012
desktop/source/app/app.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1316cfe8a72f7c7bc2f5ad7644a2d4c54b77fc8b
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Aug 21 18:55:11 2012 +0200
Typo
Change-Id: I41fd1463b6432818ee36e7f90e920a5fd98c7106
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index 5409d56..2d424ea 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -199,7 +199,7 @@ void removeTree(OUString const & url) {
osl::FileBase::RC rc = osl::Directory::remove(url);
SAL_WARN_IF(
rc != osl::FileBase::E_None, "desktop",
- "cannot remove directory " << url << ": " +rc);
+ "cannot remove directory " << url << ": " << +rc);
// at least on Windows XP removing some existing directories fails with
// osl::FileBase::E_ACCESS because they are read-only; but keeping those
// directories around should be harmless once they are empty
More information about the Libreoffice-commits
mailing list