unoidl2

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/unoidl2.git/
Log | Files | Refs

commit 646be72f6f2596a7532260c22117dba126cd28cc
parent 5e36fa7d4c51988107c91770a2e72644934550f7
Author: Tomas Hlavaty <tom@logand.com>
Date:   Thu,  8 Dec 2011 08:52:23 +0100

comment removed

Diffstat:
Munoidl2java.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/unoidl2java.c b/unoidl2java.c @@ -37,8 +37,6 @@ static void pr_package() { pr("package "); pr_module(module, 0); pl(";"); } -// http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/ProUNO/Professional_UNO - static void pr_enum(Any x) { Any name = cadr(x); Any published = caddr(x);