[Libreoffice-commits] .: connectivity/source

Lubos Lunak llunak at kemper.freedesktop.org
Tue Mar 13 00:36:32 PDT 2012


 connectivity/source/inc/ado/Aolewrap.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d2850c03d87f38f54a1609d917de05a89856bee5
Author: Luboš Luňák <l.lunak at suse.cz>
Date:   Tue Mar 13 08:35:51 2012 +0100

    actually use the base class, not the class itself

diff --git a/connectivity/source/inc/ado/Aolewrap.hxx b/connectivity/source/inc/ado/Aolewrap.hxx
index ad4897e..810603d 100644
--- a/connectivity/source/inc/ado/Aolewrap.hxx
+++ b/connectivity/source/inc/ado/Aolewrap.hxx
@@ -221,7 +221,7 @@ namespace connectivity
             // They only call the superclass
             using WpOLEBase<Ts>::pInterface;
             WpOLEAppendCollection(Ts* pInt=NULL):WpOLECollection<Ts,T,WrapT>(pInt){}
-            WpOLEAppendCollection(const WpOLEAppendCollection& rhs) : WpOLEAppendCollection<Ts, T, WrapT>(rhs) {}
+            WpOLEAppendCollection(const WpOLEAppendCollection& rhs) : WpOLECollection<Ts, T, WrapT>(rhs) {}
             inline WpOLEAppendCollection& operator=(const WpOLEAppendCollection& rhs)
                 {WpOLEBase<Ts>::operator=(rhs); return *this;};
             //////////////////////////////////////////////////////////////////////


More information about the Libreoffice-commits mailing list