When I open a document downloaded from the Internet libreoffice show me notification “Document is read-only”. How can I turn off this notification? libreoffice 7.2.4.1
The document owner has ownership of the document. Unless he releases the document for editing, you cannot change it’s status.
I do not want to see this notification when i open document. How can I turn off?
Dim UrlConst$
Dim args(0) as new com.sun.star.beans.PropertyValue
args(0).Name=“ReadOnly”
args(0).Value=True
UrlConst = “file:///YourPathAndFileName.ods”
oDocConst = StarDesktop.loadComponentFromURL(UrlConst, “_hidden”, 0, args())