Tag: cws_dev300_dba30c User: oj Date: 2008-05-08 07:14:50+0000 Modified: dba/connectivity/inc/connectivity/TTableHelper.hxx
Log: #i87131# collect keys only once, getKeys always refetch keys File Changes: Directory: /dba/connectivity/inc/connectivity/ ============================================== File [changed]: TTableHelper.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/inc/connectivity/TTableHelper.hxx?r1=1.6.10.1&r2=1.6.10.2 Delta lines: +2 -1 ------------------- --- TTableHelper.hxx 2008-05-05 10:57:50+0000 1.6.10.1 +++ TTableHelper.hxx 2008-05-08 07:14:48+0000 1.6.10.2 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: TTableHelper.hxx,v $ - * $Revision: 1.6.10.1 $ + * $Revision: 1.6.10.2 $ * * This file is part of OpenOffice.org. * @@ -117,6 +117,7 @@ // helper method to get key properties sdbcx::TKeyProperties getKeyProperties(const ::rtl::OUString& _sName) const; + void addKey(const ::rtl::OUString& _sName,const sdbcx::TKeyProperties& _aKeyProperties); }; } #endif // CONNECTIVITY_TABLEHELPER_HXX --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
