summaryrefslogtreecommitdiff
path: root/desktop/source
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-31 11:59:33 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-31 11:59:57 +0100
commit1b12381203c6a059a5c5e38ebebfe703f5b11c01 (patch)
treea9f86dba62e1f3057341f8d443de41e3e9a7afd6 /desktop/source
parent5f89da97dc7cc7c8f7e9255b6ad41e0a24bf3682 (diff)
Remove meaningless comment
Change-Id: I4385376dffa6b7cbc0da3903f285185a6db928dc
Diffstat (limited to 'desktop/source')
-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 );