dbase::ODbaseTable::WriteMemo does not change its ORowSetValue& argument
Change-Id: Icf6a71900d79377cde84c2307ce85a9b3c96a54f
This commit is contained in:
@@ -2002,7 +2002,7 @@ sal_Bool ODbaseTable::UpdateBuffer(OValueRefVector& rRow, OValueRefRow pOrgRow,c
|
||||
}
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
sal_Bool ODbaseTable::WriteMemo(ORowSetValue& aVariable, sal_uIntPtr& rBlockNr)
|
||||
sal_Bool ODbaseTable::WriteMemo(const ORowSetValue& aVariable, sal_uIntPtr& rBlockNr)
|
||||
{
|
||||
RTL_LOGFILE_CONTEXT_AUTHOR( aLogger, "dbase", "Ocke.Janssen@sun.com", "ODbaseTable::WriteMemo" );
|
||||
// if the BlockNo 0 is given, the block will be appended at the end
|
||||
|
@@ -105,7 +105,7 @@ namespace connectivity
|
||||
sal_Bool ReadMemoHeader();
|
||||
sal_Bool ReadMemo(sal_uIntPtr nBlockNo, ORowSetValue& aVariable);
|
||||
|
||||
sal_Bool WriteMemo(ORowSetValue& aVariable, sal_uIntPtr& rBlockNr);
|
||||
sal_Bool WriteMemo(const ORowSetValue& aVariable, sal_uIntPtr& rBlockNr);
|
||||
sal_Bool WriteBuffer();
|
||||
sal_Bool UpdateBuffer(OValueRefVector& rRow, OValueRefRow pOrgRow,const ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexAccess>& _xCols);
|
||||
::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet> isUniqueByColumnName(sal_Int32 _nColumnPos);
|
||||
|
Reference in New Issue
Block a user