https://bugs.freedesktop.org/show_bug.cgi?id=45088

--- Comment #3 from Zarko Zivanov <[email protected]> 2012-01-26 22:58:08 PST ---
Makcus,
Thanks for clarification, now it works. The code for opening ODS file I copied
from elsewhere, and I didn't know about meaning of parameters. It worked well
until LO 3.4 came out. But, this means that it was a bug in OO/LO 3.3 and
earlier - macros shouldn't be executed at all when opening witn "0".

Just one more question, if you have the time. If I put this in my basic macro:

aOdsProps(0).Value = com.sun.star.document.ALWAYS_EXECUTE_NO_WARN

I get an error about unrecognised property ALWAYS_EXECUTE_NO_WARN

If I put this:

aOdsProps(0).Value = ALWAYS_EXECUTE_NO_WARN

then there are no errors, but macro isn't executed. Is there a way to use
symbolic constant (ALWAYS_EXECUTE_NO_WARN) instead of it's value (4) in LO
Basic?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to