shiny uno version, Desktop IDL
Noel Grandin
noel at peralex.com
Thu Jun 14 02:39:08 PDT 2012
Hi
Just some context - this is mostly about the "shiny new UNO" i.e.
https://bugs.freedesktop.org/show_bug.cgi?id=46808
and using service factories all over the place i.e. converting from
uno::Reference< frame::XDesktop > xDesktop(
xFactory->createInstance( ::rtl::OUString( "com.sun.star.frame.Desktop "
) );
to
uno::Reference< frame::XDesktop > XDesktop =
Desktop::create(xComponentContext)
I would prefer to avoid redesigning the factories and interfaces in the
process.
I believe that should be a separate step, if only so that change can
occur in reasonably sized steps.
i.e. I am politely informing people that if this turns into a "redesign
the whole thing" exercise, it will be beyond my skill level, and someone
else will have to perform this janitorial work :-)
Regards, Noel Grandin.
Disclaimer: http://www.peralex.com/disclaimer.html
More information about the LibreOffice
mailing list