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

Matthias Hellinghausen <[email protected]> changed:

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

--- Comment #13 from Matthias Hellinghausen <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to