diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2022-01-09 10:34:20 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-01-09 12:40:20 +0100 |
commit | 652a7f1fce0daedee2efa1034ac6047dd49e206e (patch) | |
tree | 8c8d08ba83d4bdae06ef2bc7c936c04c10d7baf0 | |
parent | f7346dc88200fa2160d39b4e4b4ae31fcad59a8c (diff) |
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 <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | include/cppuhelper/TODO | 3 |
1 files changed, 3 insertions, 0 deletions
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 |