summaryrefslogtreecommitdiffstats
path: root/connectivity
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-01-25 15:00:59 +0200
committerNoel Grandin <noel@peralex.com>2016-01-25 15:01:33 +0200
commitc8223cc04ae1fcae2905c57c986a43b1595a4123 (patch)
treec9134beae14a551006ca687a77a8715173fff439 /connectivity
parentvcl: remove a lot of unneeded headers from PhysicalFontCollection.cxx (diff)
downloadcore-c8223cc04ae1fcae2905c57c986a43b1595a4123.tar.gz
core-c8223cc04ae1fcae2905c57c986a43b1595a4123.zip
more Windows build fixes
after my OInterfaceContainer2 change Change-Id: Idab05e4496028d9418b1eb881f62ce33498e008b
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/ado/ATables.cxx2
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);
}