Kaydet (Commit) 1316cfe8 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Typo

Change-Id: I41fd1463b6432818ee36e7f90e920a5fd98c7106
üst df812bf9
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment