summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-03-15 11:46:15 +0000
committerOliver Bolte <obo@openoffice.org>2004-03-15 11:46:15 +0000
commit24118eea12c1c8fb5e224786f85ceb92e694472d (patch)
tree09b691e1783d1e589b4573d97e16f81b69181700 /connectivity
parent5c3d382753927f2a310b72912f321214dae005db (diff)
INTEGRATION: CWS oj08 (1.83.8); FILE MERGED
2004/01/28 09:56:49 oj 1.83.8.1: #112486# fix memo field
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/dbase/DTable.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/dbase/DTable.cxx b/connectivity/source/drivers/dbase/DTable.cxx
index 6d704b577340..1bb26f33e9cc 100644
--- a/connectivity/source/drivers/dbase/DTable.cxx
+++ b/connectivity/source/drivers/dbase/DTable.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: DTable.cxx,v $
*
- * $Revision: 1.83 $
+ * $Revision: 1.84 $
*
- * last change: $Author: vg $ $Date: 2004-01-06 17:04:51 $
+ * last change: $Author: obo $ $Date: 2004-03-15 12:46:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1640,7 +1640,7 @@ BOOL ODbaseTable::UpdateBuffer(OValueRefVector& rRow, OValueRefRow pOrgRow,const
ByteString aStr;
ByteString aBlock(ByteString::CreateFromInt32(nBlockNo));
- aStr.Expand(static_cast<sal_uInt16>(nLen - aBlock.Len(), '0') );
+ aStr.Expand(static_cast<sal_uInt16>(nLen - aBlock.Len()), '0' );
aStr += aBlock;
aStr.Convert(gsl_getSystemTextEncoding(),getConnection()->getTextEncoding());
// Zeichen kopieren: