diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:06:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:06:44 +0000 |
commit | ed5640d8b587fbcfed7dd7967f3de04b37a76f26 (patch) | |
tree | 7a5f7c6c9d02226d7471cb3cc8fbbf631b415303 /unoidl/qa/unoidl-check | |
parent | Initial commit. (diff) | |
download | libreoffice-ed5640d8b587fbcfed7dd7967f3de04b37a76f26.tar.xz libreoffice-ed5640d8b587fbcfed7dd7967f3de04b37a76f26.zip |
Adding upstream version 4:7.4.7.upstream/4%7.4.7upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | unoidl/qa/unoidl-check/other1.idl | 1 | ||||
-rw-r--r-- | unoidl/qa/unoidl-check/other2.idl | 1 | ||||
-rw-r--r-- | unoidl/qa/unoidl-check/pe.idl | 1 | ||||
-rw-r--r-- | unoidl/qa/unoidl-check/psa.idl | 1 | ||||
-rw-r--r-- | unoidl/qa/unoidl-check/psb.idl | 1 | ||||
-rw-r--r-- | unoidl/qa/unoidl-check/ue.idl | 1 | ||||
-rw-r--r-- | unoidl/qa/unoidl-check/usa.idl | 1 | ||||
-rw-r--r-- | unoidl/qa/unoidl-check/usb.idl | 1 |
8 files changed, 8 insertions, 0 deletions
diff --git a/unoidl/qa/unoidl-check/other1.idl b/unoidl/qa/unoidl-check/other1.idl new file mode 100644 index 000000000..75473015b --- /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 000000000..f6c94ef66 --- /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 000000000..c597b29f0 --- /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 000000000..b8079c9ad --- /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 000000000..03d02b302 --- /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 000000000..0face3356 --- /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 000000000..80fe2c2f4 --- /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 000000000..08e7e9daa --- /dev/null +++ b/unoidl/qa/unoidl-check/usb.idl @@ -0,0 +1 @@ +module M { struct N { short m; }; }; |