summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorStephan Bergmann <stephan.bergmann@allotropia.de>2024-05-29 17:36:55 +0200
committerStephan Bergmann <stephan.bergmann@allotropia.de>2024-05-30 09:35:06 +0200
commite303b3bba8caaefd3a7897a773deb69643967047 (patch)
treea914bafd9155dbca7e7b7d6bb62ca7e87e6c4cb5 /offapi
parent91dbd5ca9fa2e689dcdbc5be4a60c8b65cbefc9f (diff)
Implement attribute handling
Change-Id: Ic30d2de582f952555ec672984da78a07a9319443 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168224 Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de> Tested-by: Jenkins
Diffstat (limited to 'offapi')
-rw-r--r--offapi/org/libreoffice/embindtest/XTest.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/offapi/org/libreoffice/embindtest/XTest.idl b/offapi/org/libreoffice/embindtest/XTest.idl
index ac8549d05397..1f09c388e30a 100644
--- a/offapi/org/libreoffice/embindtest/XTest.idl
+++ b/offapi/org/libreoffice/embindtest/XTest.idl
@@ -129,6 +129,7 @@ interface XTest {
void passJob([in] com::sun::star::task::XJob object);
void passJobExecutor([in] com::sun::star::task::XJobExecutor object);
void passInterface([in] com::sun::star::uno::XInterface object);
+ [attribute] string StringAttribute;
};
}; }; };