office-gobmx/cli_ure
Stephan Bergmann 5687eba49f Drop obsolete preprocessor directives from UNOIDL files
...which were used by ildc, which is gone since
a8485d558f "[API CHANGE] Remove deprecated idlc
and regmerge from the SDK", and have always been ignored as legacy by its
unoidl-write replacement.

This change has been carried out (making use of GNU sed extensions) with

> for i in $(git ls-files \*.idl); do sed -i -z -E -e 's/\n\n((#[^\n]*\n)+\n)*(#[^\n]*\n)+\n?/\n\n/g' -e 's/\n(#[^\n]*\n)+/\n/g' "$i"; done && git checkout extensions/source/activex/so_activex.idl odk/examples/OLE/activex/so_activex.idl

which apparently happened to do the work.  (The final two files are not UNOIDL
source files.)

Change-Id: Ic9369e05d46e8f7e8a304ab01740b171b92335cd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135683
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2022-06-13 16:27:45 +02:00
..
qa Drop obsolete preprocessor directives from UNOIDL files 2022-06-13 16:27:45 +02:00
source Just use Any ctor instead of makeAny in cli_ure 2022-05-04 22:43:37 +02:00
unotypes
version
CliLibrary_cli_basetypes.mk tdf#113787: always require version file with config for CLI assemblies 2017-11-24 01:27:37 +01:00
CliLibrary_cli_ure.mk tdf#113787: always require version file with config for CLI assemblies 2017-11-24 01:27:37 +01:00
CliNativeLibrary_cli_cppuhelper.mk tdf#113787: always require version file with config for CLI assemblies 2017-11-24 01:27:37 +01:00
CliUnoApi_cli_uretypes.mk tdf#113787: always require version file with config for CLI assemblies 2017-11-24 01:27:37 +01:00
CustomTarget_cli_ure_assemblies.mk cli_ure: Win32 make quoting problem, use sed to work around 2014-06-09 17:05:52 +02:00
Executable_climaker.mk gbuild: Remove MSVC 2013 legacy code 2017-04-21 18:18:44 +02:00
Library_cli_cppuhelper_native.mk When building with clang-cl on Windows, build CLR code with MSVC 2017-02-21 10:18:58 +00:00
Library_cli_uno.mk When building with clang-cl on Windows, build CLR code with MSVC 2017-02-21 10:18:58 +00:00
Makefile
Module_cli_ure.mk Rename LO Windows arm64 ID to aarch64 2021-03-23 23:46:12 +01:00
Package_cli_basetypes_copy.mk gbuild: set Package default target to INSTDIR 2013-10-28 20:17:26 +01:00
README.md Updated README.md files 2021-04-19 11:13:41 +02:00
readme.txt Fix typos 2019-09-10 14:18:59 +02:00

Common Language Infrastructure (CLI) UNO Runtime Environment

Support assemblies and tools for the MS .NET UNO binding.

See also

[git:cli_ure/readme.txt]