connectivity/source/drivers/mork/MStatement.cxx  |    2 --
 connectivity/source/drivers/mozab/MStatement.cxx |    2 --
 2 files changed, 4 deletions(-)

New commits:
commit 488f31200094d7237d45545ab227014831a1f8e6
Author: Julien Nabet <serval2...@yahoo.fr>
Date:   Sun Jun 15 07:00:01 2014 +0200

    Resolves: fdo#80025 Crash with Thunderbird/Icedove address book
    
    There's no property USEBOOKMARKS for mork/moz
    
    (regression from 0fadbdbbdbd55cf60f9a202f1cf7b1d60517078c)
    
    Change-Id: If81f063fad2d702c9d8b0bb4147757655cb016cf

diff --git a/connectivity/source/drivers/mork/MStatement.cxx 
b/connectivity/source/drivers/mork/MStatement.cxx
index 98cccab..d8f16a3 100644
--- a/connectivity/source/drivers/mork/MStatement.cxx
+++ b/connectivity/source/drivers/mork/MStatement.cxx
@@ -405,8 +405,6 @@ void SAL_CALL OCommonStatement::clearWarnings(  ) 
throw(SQLException, RuntimeExc
         PROPERTY_ID_RESULTSETCONCURRENCY, cppu::UnoType<sal_Int32>::get(), 0);
     pProperties[nPos++] = 
::com::sun::star::beans::Property(::connectivity::OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_RESULTSETTYPE),
         PROPERTY_ID_RESULTSETTYPE, cppu::UnoType<sal_Int32>::get(), 0);
-    pProperties[nPos++] = 
::com::sun::star::beans::Property(::connectivity::OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_USEBOOKMARKS),
-        PROPERTY_ID_USEBOOKMARKS, ::getBooleanCppuType(), 0);
 
     return new ::cppu::OPropertyArrayHelper(aProps);
 }
diff --git a/connectivity/source/drivers/mozab/MStatement.cxx 
b/connectivity/source/drivers/mozab/MStatement.cxx
index 8406820..3e738fa 100644
--- a/connectivity/source/drivers/mozab/MStatement.cxx
+++ b/connectivity/source/drivers/mozab/MStatement.cxx
@@ -402,8 +402,6 @@ void SAL_CALL OCommonStatement::clearWarnings(  ) 
throw(SQLException, RuntimeExc
         PROPERTY_ID_RESULTSETCONCURRENCY, cppu::UnoType<sal_Int32>::get(), 0);
     pProperties[nPos++] = 
::com::sun::star::beans::Property(::connectivity::OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_RESULTSETTYPE),
         PROPERTY_ID_RESULTSETTYPE, cppu::UnoType<sal_Int32>::get(), 0);
-    pProperties[nPos++] = 
::com::sun::star::beans::Property(::connectivity::OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_USEBOOKMARKS),
-        PROPERTY_ID_USEBOOKMARKS, ::getBooleanCppuType(), 0);
 
     return new ::cppu::OPropertyArrayHelper(aProps);
 }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to