office-gobmx/officecfg
Mike Kaganski 6f94aa6f1a Drop unused .uno:EditChart
This reverts commit fb5e0581f9
  Author Muhammet Kara <muhammet.kara@collabora.com>
  Date   Fri Nov 22 13:16:25 2019 +0300
    Add command .uno:EditChart

Obviously this command has never been used. It was named "EditChart",
but in fact it executes the default verb for any selected object, so
could be named like "edit object".

Since it's unused, let's just drop it instead of renaming.

Change-Id: I20aa8a17c54a0bf0030c3187340690846bfbc729
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133473
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2022-05-03 17:47:18 +02:00
..
qa
registry Drop unused .uno:EditChart 2022-05-03 17:47:18 +02:00
util
Configuration_officecfg.mk
CppunitTest_officecfg_cppheader_test.mk
CustomTarget_registry.mk Resolves: tdf#97046 ensure build system variables start with gb_ 2021-11-04 10:48:24 +01:00
files.mk
Makefile
Module_officecfg.mk
Package_misc.mk
README.md officecfg: link the file format spec in the README 2021-12-08 13:57:01 +01:00

Default Settings for LibreOffice

The schema and default settings for the LibreOffice configuration database.

If you change a file in this module, then a make postprocess is needed after make officecfg.

See also: configmgr

AcceleratorKeyChecker.fodt in the util folder is a tool written in Basic that check menus for entries that use the same accelerator key. The tool goes through the menus using the accessibility api and checks the accelerator keys. For information on how to use the tool open the fodt file in LibreOffice.

For more details about the file format, see https://www.openoffice.org/projects/util/common/configuration/oor-document-format.html (also mirrored at https://people.freedesktop.org/~vmiklos/2013/oor-document-format.html).