[Libreoffice-commits] core.git: connectivity/source

Noel Grandin noel at peralex.com
Mon Jan 25 05:02:06 PST 2016


 connectivity/source/drivers/ado/ATables.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c8223cc04ae1fcae2905c57c986a43b1595a4123
Author: Noel Grandin <noel at peralex.com>
Date:   Mon Jan 25 15:00:59 2016 +0200

    more Windows build fixes
    
    after my OInterfaceContainer2 change
    
    Change-Id: Idab05e4496028d9418b1eb881f62ce33498e008b

diff --git a/connectivity/source/drivers/ado/ATables.cxx b/connectivity/source/drivers/ado/ATables.cxx
index cdd7df2..cbb952c 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);
 }


More information about the Libreoffice-commits mailing list