If in the M0 module of an L1 library (therefore not the standard library) I declare a private function defined as follows:
private function fPrivate ()
msgbox "local"
end function
and call it from another M2 module in the same library the function is executed
Shouldn’t private functions be visible only in the module in which they were declared?
Libreoffice 7.4.2.3 Ubuntu 16.04