25fc5f91ab
...and let its implementations just throw a RuntimeException, now that regmerge has been removed in "[API CHANGE] Remove deprecated idlc and regmerge from the SDK". Deprecate css.registry.MergeConflictException along with it (though stoc/source/implementationregistration/ still uses it internally). And remove the previously unused include/registry/writer.hxx along with the newly unused include/registry/writer.h, RegistryTypeWriter, and RegistryTypeReader. Change-Id: I10fd286617975dc0ef9f74460a3a3eab8060939d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123615 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
14 lines
412 B
YAML
14 lines
412 B
YAML
---
|
|
assumeFilename: registry/source/registry.cxx
|
|
excludelist:
|
|
registry/source/regimpl.hxx:
|
|
# Needed for correct linker visibility
|
|
- regapi.hxx
|
|
registry/source/reflwrit.cxx:
|
|
# OSL_BIGENDIAN is being checked
|
|
- osl/endian.h
|
|
registry/source/reflread.cxx:
|
|
# OSL_BIGENDIAN is being checked
|
|
- osl/endian.h
|
|
# Needed for correct linker visibility
|
|
- registry/typereg_reader.hxx
|