https://issues.apache.org/ooo/show_bug.cgi?id=118031
--- Comment #11 from mroe <[email protected]> --- With your better description of this bug I tried a little bit more to understand the behaviour. Now I found the explanation by myself: You can use constants outside a module without any problems but you _must not_ assign a constant from outside the module to a constant! The reason is to prevent such as: [Module1] Const Const1 = Const2 [Module2] Const Const2 = Const1 But it seems that it isn't documented anywhere. -- You are receiving this mail because: You are on the CC list for the issue. You are the assignee for the issue. You are watching all issue changes.
