View Single Post
Old 02-08-2013, 09:55 AM   #74
weedfreak
Addict
weedfreak can program the VCR without an owner's manual.weedfreak can program the VCR without an owner's manual.weedfreak can program the VCR without an owner's manual.weedfreak can program the VCR without an owner's manual.weedfreak can program the VCR without an owner's manual.weedfreak can program the VCR without an owner's manual.weedfreak can program the VCR without an owner's manual.weedfreak can program the VCR without an owner's manual.weedfreak can program the VCR without an owner's manual.weedfreak can program the VCR without an owner's manual.weedfreak can program the VCR without an owner's manual.
 
weedfreak's Avatar
 
Posts: 302
Karma: 185297
Join Date: Sep 2009
Location: Ankh Morpork
Device: calibre
It seems there was a patch added last month that changed getdocumentinfo to getDocumentInfo. It was supposed to retain the old name for compatibility but maybe not.

You could try editing the macro script A_main, line 207 it may work while Luke corrects the source. Or it could be that LO has broken something else.

Actually looking at the diff code in LO base it seems the current spelling is OK as the compatiblity line is in there, the change was in the assignment.
Code:
aCommand.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "getdocumentinfo"
was changed to
Code:
 aCommand.Name == "getdocumentinfo"
It seems my first advice is incorrect and will not help you.

Last edited by weedfreak; 02-08-2013 at 10:19 AM. Reason: update
weedfreak is offline   Reply With Quote