summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop/source/deployment/manager/dp_manager.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop/source/deployment/manager/dp_manager.cxx b/desktop/source/deployment/manager/dp_manager.cxx
index ff675b91ac07..7cfcc98e006d 100644
--- a/desktop/source/deployment/manager/dp_manager.cxx
+++ b/desktop/source/deployment/manager/dp_manager.cxx
@@ -297,8 +297,6 @@ osl::FileBase::RC createDirectory(OUString const & url) {
return osl::Directory::create(url);
}
-// this overcomes previous rumors that the sal API is misleading
-// as to whether a directory is truly read-only or not
bool isMacroURLReadOnly( const OUString &rMacro )
{
OUString aDirURL( rMacro );