[Libreoffice-commits] core.git: desktop/source
Stephan Bergmann
sbergman at redhat.com
Tue Jan 31 11:00:28 UTC 2017
desktop/source/deployment/manager/dp_manager.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 1b12381203c6a059a5c5e38ebebfe703f5b11c01
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Jan 31 11:59:33 2017 +0100
Remove meaningless comment
Change-Id: I4385376dffa6b7cbc0da3903f285185a6db928dc
diff --git a/desktop/source/deployment/manager/dp_manager.cxx b/desktop/source/deployment/manager/dp_manager.cxx
index ff675b9..7cfcc98 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 );
More information about the Libreoffice-commits
mailing list