[Libreoffice-commits] core.git: offapi/com

Samuel Mehrbrodt (via logerrit) logerrit at kemper.freedesktop.org
Wed Jan 29 10:04:12 UTC 2020


 offapi/com/sun/star/chart2/DataSeries.idl                   |    2 +-
 offapi/com/sun/star/security/XDocumentDigitalSignatures.idl |    4 ++--
 offapi/com/sun/star/style/CharacterProperties.idl           |    2 +-
 offapi/com/sun/star/style/ParagraphProperties.idl           |    2 +-
 offapi/com/sun/star/style/XStyleLoader.idl                  |    2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 0652ea61c5c3e6caea1e2ac2e7ffbce307f5fa55
Author:     Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
AuthorDate: Wed Jan 29 09:47:46 2020 +0100
Commit:     Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
CommitDate: Wed Jan 29 11:03:41 2020 +0100

    The next release is 7.0
    
    Change-Id: Id6300035b5aba13cdd3d11035f2e85559e9f1597
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87674
    Tested-by: Jenkins
    Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>

diff --git a/offapi/com/sun/star/chart2/DataSeries.idl b/offapi/com/sun/star/chart2/DataSeries.idl
index fb44d145890a..ffcf8daeb7f0 100644
--- a/offapi/com/sun/star/chart2/DataSeries.idl
+++ b/offapi/com/sun/star/chart2/DataSeries.idl
@@ -184,7 +184,7 @@ service DataSeries
     /** A sequence of indexes denoting which data points shouldn't be
         shown in the legend.
 
-        @since LibreOffice 6.5
+        @since LibreOffice 7.0
      */
     [optional, property] sequence<long>             DeletedLegendEntries;
 };
diff --git a/offapi/com/sun/star/security/XDocumentDigitalSignatures.idl b/offapi/com/sun/star/security/XDocumentDigitalSignatures.idl
index 541d1d822121..1eb26277534a 100644
--- a/offapi/com/sun/star/security/XDocumentDigitalSignatures.idl
+++ b/offapi/com/sun/star/security/XDocumentDigitalSignatures.idl
@@ -210,7 +210,7 @@ interface XDocumentDigitalSignatures : com::sun::star::uno::XInterface
 
         <p>The rest of document content will not be signed.</p>
 
-        @since LibreOffice 6.5
+        @since LibreOffice 7.0
     */
     boolean signScriptingContentWithCertificate([in] ::com::sun::star::security::XCertificate xCertificate,
                                                 [in] ::com::sun::star::embed::XStorage xStorage,
@@ -218,7 +218,7 @@ interface XDocumentDigitalSignatures : com::sun::star::uno::XInterface
 
     /** signs the full Package, which means everything in the storage except the content of META-INF with the provided certificate.
 
-        @since LibreOffice 6.5
+        @since LibreOffice 7.0
     */
     boolean signPackageWithCertificate([in] ::com::sun::star::security::XCertificate xCertificate,
                                                 [in] ::com::sun::star::embed::XStorage xStorage,
diff --git a/offapi/com/sun/star/style/CharacterProperties.idl b/offapi/com/sun/star/style/CharacterProperties.idl
index f213bf0c4f12..2f8a87448a33 100644
--- a/offapi/com/sun/star/style/CharacterProperties.idl
+++ b/offapi/com/sun/star/style/CharacterProperties.idl
@@ -462,7 +462,7 @@ published service CharacterProperties
 
     /** This is the transparency of the character text.
 
-        @since LibreOffice 6.5
+        @since LibreOffice 7.0
 
         <p>The value 100 means entirely transparent, while 0 means not transparent at all.</p>
     */
diff --git a/offapi/com/sun/star/style/ParagraphProperties.idl b/offapi/com/sun/star/style/ParagraphProperties.idl
index 6aca55d1b40f..0d668058fdc0 100644
--- a/offapi/com/sun/star/style/ParagraphProperties.idl
+++ b/offapi/com/sun/star/style/ParagraphProperties.idl
@@ -412,7 +412,7 @@ published service ParagraphProperties
         /** Specifies whether words written in CAPS will be hyphenated.
             Setting to `true` will disable hyphenation of words written in CAPS for this paragraph.
 
-            @since LibreOffice 6.5
+            @since LibreOffice 7.0
          */
         [optional, property] boolean ParaHyphenationNoCaps;
 
diff --git a/offapi/com/sun/star/style/XStyleLoader.idl b/offapi/com/sun/star/style/XStyleLoader.idl
index 2899f23d61b2..566f6fb263db 100644
--- a/offapi/com/sun/star/style/XStyleLoader.idl
+++ b/offapi/com/sun/star/style/XStyleLoader.idl
@@ -50,7 +50,7 @@ published interface XStyleLoader: com::sun::star::uno::XInterface
         <li> boolean LoadPageStyles </li>
         <li> boolean LoadNumberingStyles </li>
         <li> boolean OverwriteStyles</li>
-        <li> com::sun::star::io::XInputStream InputStream (since LibreOffice 6.5)</li>
+        <li> com::sun::star::io::XInputStream InputStream (since LibreOffice 7.0)</li>
         </ul>
      <p>As the default, all supported style families are loaded and existing styles are overwritten.</p>
      */


More information about the Libreoffice-commits mailing list