include/cppuhelper/TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit f1f2daefbe921d223079a50358527e1d35470850 Author: Andrea Gelmini <[email protected]> AuthorDate: Mon Jan 10 10:59:35 2022 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Mon Jan 10 21:21:54 2022 +0100 Fix typo Change-Id: I04ded03b3dd16627959a6451696a2e3392c17f36 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128215 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/include/cppuhelper/TODO b/include/cppuhelper/TODO index 3499e525d441..e00fd0df5859 100644 --- a/include/cppuhelper/TODO +++ b/include/cppuhelper/TODO @@ -1,3 +1,3 @@ compbase1.hxx, compbase2.hxx, ... are just there because they are part of the published API. -In LO internals, we could just use compbase.hxx so it would allow us to make the compase<number>.hxx deprecated +In LO internals, we could just use compbase.hxx so it would allow us to make the compbase<number>.hxx deprecated See https://lists.freedesktop.org/archives/libreoffice/2022-January/088279.html
