RFC: adding some IDL syntax sugar
Noel Grandin
noel at peralex.com
Wed Dec 12 01:58:55 PST 2012
Hi
I'd like to add some IDL syntax sugar, so that instead of doing this:
module com { module sun { module star { module formula {
}; }; }; };
we can do this:
module com::sun::star::formula {
};
Which is consistent with how namespaces are used elsewhere, and much
much easier on the eyes.
Regards, Noel Grandin
Disclaimer: http://www.peralex.com/disclaimer.html
More information about the LibreOffice
mailing list