summaryrefslogtreecommitdiffstats
path: root/include/comphelper
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-08-16 13:02:04 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-08-16 18:45:58 +0200
commit8e63f79f0ab23013f81e54b36d1e0678e9e681dc (patch)
treec7b1729e31fcf1c5966ccfca014dc05ed6ed55dc /include/comphelper
parenttdf#126879 - Drop obsolete DOCTYPE HTML 4.0 (diff)
downloadcore-8e63f79f0ab23013f81e54b36d1e0678e9e681dc.tar.gz
core-8e63f79f0ab23013f81e54b36d1e0678e9e681dc.zip
improve documentation for comphelper::OMultiTypeInterfaceContainerHelper2
Change-Id: I7ac6cf075f2f143bf080d9ee2f74840c3f56d61a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120538 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/comphelper')
-rw-r--r--include/comphelper/multicontainer2.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/comphelper/multicontainer2.hxx b/include/comphelper/multicontainer2.hxx
index 35f0fd9686ef..33f82dcb5c20 100644
--- a/include/comphelper/multicontainer2.hxx
+++ b/include/comphelper/multicontainer2.hxx
@@ -42,8 +42,8 @@ class XInterface;
/** */ //for docpp
namespace comphelper
{
-/** Specialized class for key type css::uno::Type,
- without explicit usage of STL symbols.
+/** This is a copy of cppu::OMultiTypeInterfaceContainerHelper2 in include/ccppuhelper/interfacecontainer.h,
+ except that it uses comphelper::OInterfaceContainerHelper2, which is more efficient.
*/
class COMPHELPER_DLLPUBLIC OMultiTypeInterfaceContainerHelper2
{