summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-08-21 18:55:11 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-08-21 18:55:11 +0200
commit1316cfe8a72f7c7bc2f5ad7644a2d4c54b77fc8b (patch)
tree1639c8203b67865e39751cc350173ac565259df8 /desktop
parentdf812bf9d5dc13788ec43710df9d0c052c418f11 (diff)
Typo
Change-Id: I41fd1463b6432818ee36e7f90e920a5fd98c7106
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/app/app.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index 5409d56de958..2d424ea51d67 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