Including the mailing list this time...
Winfried
-----
Hi Michael, Stephan,
Thank you for your quick responses.
Therefore I need to add a configuration item to registrymodifications.xcu.
I have created a class to obtain the configuration item, using a derivative of
::com::sun::star::utl::ConfigItem and copying/adapting existing code to retrieve configuration
items.
utl::ConfigItem is sort of deprecated and you should have a really good
excuse to use it in new code.
I have no better excuse than that it existed in the same component.
Which method should I use instead (or where can I find good examples of code to use as guide)?
i see no mention of the word "officecfg" in your mail, which is worrisome :)
so you first need to add your config item to the schema in
officecfg/registry/schema/ somewhere.
I should have mentioned that; I have added the item to
officecfg/registry/schema/org/openoffice/Office/Calc/xcs.
then "make officecfg postprocess" will get you the new configuration in
instdir; it should show up in Expert Configuration now, and if you
change it there it should automatically be written to
registrymodifications.xcu (which only contains non-default values).
That was what I didn't do, I ran make officecfg without the postprocess.
Now I no longer have the exceptions and can start testing thoroughly :)
Winfried
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.