diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-11-19 17:13:48 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-11-19 23:02:12 +0100 |
commit | 16a7e944ab1b318fafb7dd48d48379168403d2e8 (patch) | |
tree | 40cd5b08c8799a19ba2481216962c35ff231038e /offapi/com | |
parent | 9cac01b4f19c8fc3adb1a19a71b2f214a1586d8f (diff) |
Fix typo
Change-Id: Iaa40db0f7799c70f39bb74d9768f84ff236502ab
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142977
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/chart2/XChartTypeTemplate.idl | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |