diff options
author | Ocke Janssen <oj@openoffice.org> | 2001-02-20 10:00:45 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2001-02-20 10:00:45 +0000 |
commit | 6b36cd64617aa82ef96d4882601fdf0147a3a929 (patch) | |
tree | 1a8cce5f924ed2c36536ff6bbc44cf4e69cd384c /dbaccess/source/ui/tabledesign/TEditControl.cxx | |
parent | 1a7c25ec481ac06d76a606756f1fa6f0c1356ef2 (diff) |
wrong types
Diffstat (limited to 'dbaccess/source/ui/tabledesign/TEditControl.cxx')
-rw-r--r-- | dbaccess/source/ui/tabledesign/TEditControl.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/tabledesign/TEditControl.cxx b/dbaccess/source/ui/tabledesign/TEditControl.cxx index 30b1e14c3..c044b73b0 100644 --- a/dbaccess/source/ui/tabledesign/TEditControl.cxx +++ b/dbaccess/source/ui/tabledesign/TEditControl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: TEditControl.cxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: oj $ $Date: 2001-02-14 14:25:54 $ + * last change: $Author: oj $ $Date: 2001-02-20 11:00:45 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1061,7 +1061,7 @@ void OTableEditorCtrl::SetData( long nRow, sal_uInt16 nColId, const OTypeInfo* _ default: OSL_ASSERT(0); } - SetControlText(nRow,nColId,_pTypeInfo ? _pTypeInfo->aUIName : String()); + SetControlText(nRow,nColId,_pTypeInfo ? _pTypeInfo->aUIName : ::rtl::OUString()); } //------------------------------------------------------------------------------ void OTableEditorCtrl::SetData( long nRow, sal_uInt16 nColId, const String& _rNewData ) |