[Libreoffice] Simplified C++ configuration access

Lubos Lunak l.lunak at suse.cz
Tue Jan 31 06:06:00 PST 2012


On Tuesday 31 of January 2012, Stephan Bergmann wrote:
> To get a property's value, all that is needed is to call the wrapper
> class's static officecfg::Foo::Bar::Baz::Whatever::get member function,
> which requires the XComponentContext as argument (use
> comphelper::getProcessComponentContext in code that does not thread the
> component context more locally).

 How usual is the case that one does not want to pass 
comphelper::getProcessComponentContext() to all these functions? Or in other 
words, why not simply make it the default argument value?

-- 
 Lubos Lunak
 l.lunak at suse.cz


More information about the LibreOffice mailing list