diff options
author | Noel Grandin <noel@peralex.com> | 2016-01-25 15:00:59 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-01-25 15:01:33 +0200 |
commit | c8223cc04ae1fcae2905c57c986a43b1595a4123 (patch) | |
tree | c9134beae14a551006ca687a77a8715173fff439 /connectivity | |
parent | b059ea81247252cf1dc4d23660ba107dd3a8d299 (diff) |
more Windows build fixes
after my OInterfaceContainer2 change
Change-Id: Idab05e4496028d9418b1eb881f62ce33498e008b
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/ado/ATables.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/ado/ATables.cxx b/connectivity/source/drivers/ado/ATables.cxx index cdd7df2775c3..cbb952c5b922 100644 --- a/connectivity/source/drivers/ado/ATables.cxx +++ b/connectivity/source/drivers/ado/ATables.cxx @@ -93,7 +93,7 @@ void OTables::appendNew(const OUString& _rsNewTable) // notify our container listeners ContainerEvent aEvent(static_cast<XContainer*>(this), makeAny(_rsNewTable), Any(), Any()); - OInterfaceIteratorHelper aListenerLoop(m_aContainerListeners); + OInterfaceIteratorHelper2 aListenerLoop(m_aContainerListeners); while (aListenerLoop.hasMoreElements()) static_cast<XContainerListener*>(aListenerLoop.next())->elementInserted(aEvent); } |