offapi/com/sun/star/chart2/XChartDocument.idl | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-)
New commits: commit ffaf728213cc9d2c249ff36dae04742f69794679 Author: Kurt Nordback <[email protected]> AuthorDate: Fri Oct 17 12:14:32 2025 -0600 Commit: Tomaž Vajngerl <[email protected]> CommitDate: Mon Oct 20 17:40:36 2025 +0200 tdf#168925 [API CHANGE] Fix order in XChartDocument.idl Moved the most recent UNO interface change to the end of the file, and added a reference to the version number in which it was introduce. Note that the initial change was made with [1], but it wasn't marked as [API CHANGE]. [1] 33bbf0bd20fc9ac999bcd743535236b2b91c07cd Change-Id: I03d84f3092787c7daa1ab6a3c49c8f751b34868c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/192591 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <[email protected]> diff --git a/offapi/com/sun/star/chart2/XChartDocument.idl b/offapi/com/sun/star/chart2/XChartDocument.idl index 50236f7be9ab..d75fb65af4f6 100644 --- a/offapi/com/sun/star/chart2/XChartDocument.idl +++ b/offapi/com/sun/star/chart2/XChartDocument.idl @@ -113,15 +113,16 @@ interface XChartDocument : ::com::sun::star::frame::XModel XDiagram::getWall().</p> */ - /** Get style information - */ - XChartStyle getStyles(); - com::sun::star::beans::XPropertySet getPageBackground(); /** Creates a default chart type for a brand-new chart object. */ void createDefaultChart(); + + /** Get style information + @since LibreOffice 26.02 + */ + XChartStyle getStyles(); }; } ; // chart2
