diff options
Diffstat (limited to 'offapi/org')
-rw-r--r-- | offapi/org/libreoffice/embindtest/XTest.idl | 1 |
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; }; }; }; }; |