offapi/com/sun/star/chart2/XChartTypeTemplate.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 16a7e944ab1b318fafb7dd48d48379168403d2e8 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sat Nov 19 17:13:48 2022 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sat Nov 19 23:02:12 2022 +0100 Fix typo Change-Id: Iaa40db0f7799c70f39bb74d9768f84ff236502ab Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142977 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/offapi/com/sun/star/chart2/XChartTypeTemplate.idl b/offapi/com/sun/star/chart2/XChartTypeTemplate.idl index 147343d4b685..994f5e9ea876 100644 --- a/offapi/com/sun/star/chart2/XChartTypeTemplate.idl +++ b/offapi/com/sun/star/chart2/XChartTypeTemplate.idl @@ -164,7 +164,7 @@ interface XChartTypeTemplate : ::com::sun::star::uno::XInterface Then I removed the whole XChartTypeTemplate interface in commit 58766f997d59e4684f2887fd8cdeb12d2f8a9366. Which turned out to be a bad idea, so I restored it. - I restored it in this form because I want to restore binary compatibily with vtable + I restored it in this form because I want to restore binary compatibility with vtable layout, but I don't want to restore the XDataInterpreter stuff, which was not useful for external use. */