offapi/com/sun/star/document/XOOXMLDocumentPropertiesImporter.idl |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 5df35405494b2726f214c852e78ad8852d7c4829
Author:     Thorsten Behrens <[email protected]>
AuthorDate: Tue Dec 21 23:34:15 2021 +0100
Commit:     Xisco Fauli <[email protected]>
CommitDate: Wed Dec 22 15:43:21 2021 +0100

    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 <[email protected]>

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);

Reply via email to