[Libreoffice-bugs] [Bug 101652] Allow to disable readonly infobar via configuration

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Feb 6 15:11:55 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=101652

Matthias Hellinghausen <mh at bzd.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #13 from Matthias Hellinghausen <mh at bzd.de> ---
unfortunately the behaviour described by the topic opener, is still the same
here (LibreOffice 6.3.4.2). the documents are opened by a uno api call like
this:

propVal[0].Name = "ReadOnly";
propVal[0].Value = new Boolean(true);
loadComponentFromURL(sURL, "_blank", 0, props);

can you please provide me either with the information, how to disable the
infobar or how to set the value of "File->Properties->Security->Readonly" from
within a uno call. 

wenn "File->properties->Security->Readonly" is set, the bar is not shown...

Another solution would be to dispatch the command, that is sent by the
"infobar-edit-button". Unfortionately this command seems not to be the same,
what is send by the Edit-Menuitem (.uno:EditDoc). I am not able to find out any
command sent by  the edit-button (from the info bar) at all?!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200206/6dd0a410/attachment.htm>


More information about the Libreoffice-bugs mailing list