include/cppuhelper/TODO | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 652a7f1fce0daedee2efa1034ac6047dd49e206e
Author: Julien Nabet <[email protected]>
AuthorDate: Sun Jan 9 10:34:20 2022 +0100
Commit: Julien Nabet <[email protected]>
CommitDate: Sun Jan 9 12:40:20 2022 +0100
Add TODO in include/cppuhelper about compbase.hxx and compbase<N>.hxx
Change-Id: If046e624d6fe5a711aec803652800a4a3830ec74
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128181
Tested-by: Julien Nabet <[email protected]>
Reviewed-by: Julien Nabet <[email protected]>
diff --git a/include/cppuhelper/TODO b/include/cppuhelper/TODO
new file mode 100644
index 000000000000..3499e525d441
--- /dev/null
+++ b/include/cppuhelper/TODO
@@ -0,0 +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
+See https://lists.freedesktop.org/archives/libreoffice/2022-January/088279.html