[Libreoffice-commits] .: Branch 'libreoffice-3-6' - desktop/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Aug 22 08:44:55 PDT 2012


 desktop/source/app/app.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 427529801dee122250e44d2311b34651db92bbdb
Author: Stephan Bergmann <sbergman at 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 <erack at 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


More information about the Libreoffice-commits mailing list