desktop/source/app/app.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 427529801dee122250e44d2311b34651db92bbdb Author: Stephan Bergmann <sberg...@redhat.com> Date: Tue Aug 21 18:55:11 2012 +0200 Typo Change-Id: I41fd1463b6432818ee36e7f90e920a5fd98c7106 (cherry picked from commit 1316cfe8a72f7c7bc2f5ad7644a2d4c54b77fc8b) Signed-off-by: Eike Rathke <er...@redhat.com> diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index d929787..55ebaca 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -194,7 +194,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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits