summaryrefslogtreecommitdiff
path: root/include/connectivity
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2021-11-22 21:03:58 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-11-27 08:10:17 +0100
commit203ba801eee12f9d6bffb2ae49ad82ba7bf191c1 (patch)
tree3497dd2c094c341a856127d19268d08e18ce52fa /include/connectivity
parent27651c72f2beb3574efcf240e8472a6f441476a8 (diff)
use more OInterfaceContainerHelper3 in dbtools::ParameterManager
Change-Id: Ice607fb67468484e98c94e4f41c3e249639e1edb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125922 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/connectivity')
-rw-r--r--include/connectivity/parameters.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/connectivity/parameters.hxx b/include/connectivity/parameters.hxx
index 50026521ab69..f2196af12bac 100644
--- a/include/connectivity/parameters.hxx
+++ b/include/connectivity/parameters.hxx
@@ -27,7 +27,7 @@
#include <connectivity/dbtoolsdllapi.hxx>
#include <connectivity/paramwrapper.hxx>
#include <unotools/sharedunocomponent.hxx>
-#include <comphelper/interfacecontainer2.hxx>
+#include <comphelper/interfacecontainer3.hxx>
namespace com::sun::star::beans { class XPropertySet; }
namespace com::sun::star::container { class XIndexAccess; }
@@ -98,7 +98,7 @@ namespace dbtools
private:
::osl::Mutex& m_rMutex;
- ::comphelper::OInterfaceContainerHelper2 m_aParameterListeners;
+ ::comphelper::OInterfaceContainerHelper3<css::form::XDatabaseParameterListener> m_aParameterListeners;
css::uno::Reference< css::uno::XComponentContext >
m_xContext;