[Libreoffice-commits] .: Branch 'feature/vos-removal' - dbaccess/source

Jan Holesovsky kendy at kemper.freedesktop.org
Wed Oct 20 14:39:43 PDT 2010


 dbaccess/source/core/api/RowSetBase.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9be6facf83f158f9a5964e59a2d6928857444004
Author: Jan Holesovsky <kendy at suse.cz>
Date:   Wed Oct 20 23:38:55 2010 +0200

    Fix typo: something->get; into something->get();

diff --git a/dbaccess/source/core/api/RowSetBase.cxx b/dbaccess/source/core/api/RowSetBase.cxx
index 28f104b..efb3320 100644
--- a/dbaccess/source/core/api/RowSetBase.cxx
+++ b/dbaccess/source/core/api/RowSetBase.cxx
@@ -274,7 +274,7 @@ const ORowSetValue& ORowSetBase::impl_getValue(sal_Int32 columnIndex)
         ORowSetMatrix::iterator k = aHelper.aIterator;
         for (; k != m_pCache->getEnd(); ++k)
         {
-            ORowSetValueVector* pTemp = k->get;
+            ORowSetValueVector* pTemp = k->get();
             OSL_ENSURE( pTemp != (void*)0xfeeefeee,"HALT!" );
         }
 #endif


More information about the Libreoffice-commits mailing list