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@cib.de>
This commit is contained in:
Samuel Mehrbrodt 2020-01-29 09:47:46 +01:00
parent 8b13da71ae
commit 0652ea61c5
5 changed files with 6 additions and 6 deletions

View file

@ -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;
};

View file

@ -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,

View file

@ -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>
*/

View file

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

View file

@ -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>
*/