Kaydet (Commit) 592ba877 authored tarafından Noel Grandin's avatar Noel Grandin

comment the element_alias union

Change-Id: I0467b2e3d124e71da7df150da31e3936615e098b
Reviewed-on: https://gerrit.libreoffice.org/15746Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarNoel Grandin <noelgrandin@gmail.com>
üst 91b18146
......@@ -41,6 +41,10 @@ namespace cppu
namespace detail {
/**
This is here to optimise space in the common case that there are zero or one
listeners.
*/
union element_alias
{
::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > > *pAsSequence;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment