StimVinsh / xdocreport

Automatically exported from code.google.com/p/xdocreport
0 stars 0 forks source link

XDocReport Tool for OpenOffice #82

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

Tested on OpenOffice 3.2.
The OXT extension generates a Macro synthax error.

The problem seems to be the usage of variable named "name", whereas it seems to 
be a resticted keyword.

The faulty method is :

Private Function FindTreeNodeByName(ByVal name as String, ByVal rootNode as 
Object)

=> changing the variable name in the signature and the body seems to do the 
trick.

Original issue reported on code.google.com by tdelprat@nuxeo.com on 29 Feb 2012 at 5:33

GoogleCodeExporter commented 8 years ago

Original comment by angelo.z...@gmail.com on 29 Mar 2012 at 7:31