From 267c6f2ac71f92999e969232431ba04678e7437e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 07:54:39 +0200 Subject: Adding upstream version 4:24.2.0. Signed-off-by: Daniel Baumann --- unoidl/qa/unoidl-check/other1.idl | 1 + unoidl/qa/unoidl-check/other2.idl | 1 + unoidl/qa/unoidl-check/pe.idl | 1 + unoidl/qa/unoidl-check/psa.idl | 1 + unoidl/qa/unoidl-check/psb.idl | 1 + unoidl/qa/unoidl-check/ue.idl | 1 + unoidl/qa/unoidl-check/usa.idl | 1 + unoidl/qa/unoidl-check/usb.idl | 1 + 8 files changed, 8 insertions(+) create mode 100644 unoidl/qa/unoidl-check/other1.idl create mode 100644 unoidl/qa/unoidl-check/other2.idl create mode 100644 unoidl/qa/unoidl-check/pe.idl create mode 100644 unoidl/qa/unoidl-check/psa.idl create mode 100644 unoidl/qa/unoidl-check/psb.idl create mode 100644 unoidl/qa/unoidl-check/ue.idl create mode 100644 unoidl/qa/unoidl-check/usa.idl create mode 100644 unoidl/qa/unoidl-check/usb.idl (limited to 'unoidl/qa/unoidl-check') diff --git a/unoidl/qa/unoidl-check/other1.idl b/unoidl/qa/unoidl-check/other1.idl new file mode 100644 index 0000000000..75473015bc --- /dev/null +++ b/unoidl/qa/unoidl-check/other1.idl @@ -0,0 +1 @@ +module M { enum X { V }; }; diff --git a/unoidl/qa/unoidl-check/other2.idl b/unoidl/qa/unoidl-check/other2.idl new file mode 100644 index 0000000000..f6c94ef665 --- /dev/null +++ b/unoidl/qa/unoidl-check/other2.idl @@ -0,0 +1 @@ +enum X { V }; diff --git a/unoidl/qa/unoidl-check/pe.idl b/unoidl/qa/unoidl-check/pe.idl new file mode 100644 index 0000000000..c597b29f04 --- /dev/null +++ b/unoidl/qa/unoidl-check/pe.idl @@ -0,0 +1 @@ +module M { published enum N { V }; }; diff --git a/unoidl/qa/unoidl-check/psa.idl b/unoidl/qa/unoidl-check/psa.idl new file mode 100644 index 0000000000..b8079c9add --- /dev/null +++ b/unoidl/qa/unoidl-check/psa.idl @@ -0,0 +1 @@ +module M { published struct N { long m; }; }; diff --git a/unoidl/qa/unoidl-check/psb.idl b/unoidl/qa/unoidl-check/psb.idl new file mode 100644 index 0000000000..03d02b302c --- /dev/null +++ b/unoidl/qa/unoidl-check/psb.idl @@ -0,0 +1 @@ +module M { published struct N { short m; }; }; diff --git a/unoidl/qa/unoidl-check/ue.idl b/unoidl/qa/unoidl-check/ue.idl new file mode 100644 index 0000000000..0face3356b --- /dev/null +++ b/unoidl/qa/unoidl-check/ue.idl @@ -0,0 +1 @@ +module M { enum N { V }; }; diff --git a/unoidl/qa/unoidl-check/usa.idl b/unoidl/qa/unoidl-check/usa.idl new file mode 100644 index 0000000000..80fe2c2f4c --- /dev/null +++ b/unoidl/qa/unoidl-check/usa.idl @@ -0,0 +1 @@ +module M { struct N { long m; }; }; diff --git a/unoidl/qa/unoidl-check/usb.idl b/unoidl/qa/unoidl-check/usb.idl new file mode 100644 index 0000000000..08e7e9daa9 --- /dev/null +++ b/unoidl/qa/unoidl-check/usb.idl @@ -0,0 +1 @@ +module M { struct N { short m; }; }; -- cgit v1.2.3