| author | Stephan Bergmann <sbergman@redhat.com> | 2012-08-21 16:55:11 (GMT) |
|---|---|---|
| committer | Stephan Bergmann <sbergman@redhat.com> | 2012-08-21 16:55:11 (GMT) |
| commit | 1316cfe8a72f7c7bc2f5ad7644a2d4c54b77fc8b (patch) (side-by-side diff) | |
| tree | 1639c8203b67865e39751cc350173ac565259df8 | |
| parent | df812bf9d5dc13788ec43710df9d0c052c418f11 (diff) | |
| download | core-1316cfe8a72f7c7bc2f5ad7644a2d4c54b77fc8b.zip core-1316cfe8a72f7c7bc2f5ad7644a2d4c54b77fc8b.tar.gz | |
Typo
Change-Id: I41fd1463b6432818ee36e7f90e920a5fd98c7106
| -rw-r--r-- | desktop/source/app/app.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
