diff options
Diffstat (limited to 'offapi')
-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 8d46c9e71d5a..276ce260a8e1 100644 --- a/offapi/org/libreoffice/embindtest/XTest.idl +++ b/offapi/org/libreoffice/embindtest/XTest.idl @@ -133,6 +133,7 @@ interface XTest { void passInterface([in] com::sun::star::uno::XInterface object); boolean checkAttributes([in] org::libreoffice::embindtest::XAttributes object); [attribute] string StringAttribute; + boolean testSolarMutex(); }; }; }; }; |