What's the most efficient way to repeatedly get an up-to-date configuration value ? Just do sal_Int32 nFoo = officecfg::Office::Writer::Foo::get(); every time you need Foo, or request Foo once and register some listener of some kind on Foo modifications ? C.