diff options
author | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2021-12-21 23:34:15 +0100 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2021-12-22 15:43:21 +0100 |
commit | 5df35405494b2726f214c852e78ad8852d7c4829 (patch) | |
tree | 1323129eb4ade638fff6f5dcfe4d3ca5429439c8 /offapi | |
parent | d8d1cc8b11821e43c59e341c8d628ddb3cfd1e9f (diff) |
Recent XOOXMLDocumentPropertiesImporter changes went into 7.3
Adjust @since statement to new realities
Change-Id: I8a65b4bdd2ef2ffab95f8a934ff5e5e8ffb90f03
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127282
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/document/XOOXMLDocumentPropertiesImporter.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/document/XOOXMLDocumentPropertiesImporter.idl b/offapi/com/sun/star/document/XOOXMLDocumentPropertiesImporter.idl index 0a2548db4dc0..840081663edb 100644 --- a/offapi/com/sun/star/document/XOOXMLDocumentPropertiesImporter.idl +++ b/offapi/com/sun/star/document/XOOXMLDocumentPropertiesImporter.idl @@ -75,7 +75,7 @@ interface XOOXMLDocumentPropertiesImporter: com::sun::star::uno::XInterface /** find and get core properties stream (usually it is docProps\core.xml) - @since LibreOffice 7.4 + @since LibreOffice 7.3 */ com::sun::star::io::XInputStream getCorePropertiesStream([in] com::sun::star::embed::XStorage xSource); @@ -83,7 +83,7 @@ interface XOOXMLDocumentPropertiesImporter: com::sun::star::uno::XInterface /** find and get extended properties stream (usually it is docProps/app.xml) - @since LibreOffice 7.4 + @since LibreOffice 7.3 */ com::sun::star::io::XInputStream getExtendedPropertiesStream([in] com::sun::star::embed::XStorage xSource); @@ -91,7 +91,7 @@ interface XOOXMLDocumentPropertiesImporter: com::sun::star::uno::XInterface /** find and get custom properties streams (usually it is customXml\*.xml) - @since LibreOffice 7.4 + @since LibreOffice 7.3 */ sequence< com::sun::star::io::XInputStream > getCustomPropertiesStreams([in] com::sun::star::embed::XStorage xSource); |