summaryrefslogtreecommitdiff
path: root/include/ucbhelper
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-01-14 09:41:29 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-01-14 09:45:31 +0100
commit8960dae3a24f5dd2712f1fe74de0c3b22552b12b (patch)
tree6b2d56915eddf3eb07d3a401be5365c90f946e1b /include/ucbhelper
parentb32e46fbc3b536c1f56fe5d3714772ad673542a3 (diff)
no need to hold OInterfaceContainerHelper4 by unique_ptr
when empty, it is only a single pointer big anyway Change-Id: I3e45dd705c4bef3799435617db1a4192d62860e4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128403 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/ucbhelper')
-rw-r--r--include/ucbhelper/resultsethelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ucbhelper/resultsethelper.hxx b/include/ucbhelper/resultsethelper.hxx
index e929531aa586..486d07fe5f89 100644
--- a/include/ucbhelper/resultsethelper.hxx
+++ b/include/ucbhelper/resultsethelper.hxx
@@ -55,7 +55,7 @@ class UCBHELPER_DLLPUBLIC ResultSetImplHelper :
css::lang::XServiceInfo,
css::ucb::XDynamicResultSet>
{
- std::unique_ptr<comphelper::OInterfaceContainerHelper4<css::lang::XEventListener>> m_pDisposeEventListeners;
+ comphelper::OInterfaceContainerHelper4<css::lang::XEventListener> m_aDisposeEventListeners;
bool m_bStatic;
bool m_bInitDone;