diff options
author | Frank Schönheit <fs@openoffice.org> | 2001-07-17 12:07:48 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2001-07-17 12:07:48 +0000 |
commit | 1f81da5b6d65c095b99cefd9bd64b50bb28fc16c (patch) | |
tree | 85be3c3dec44a0c793a75bc7d2ccb4bee7a061a4 /dbaccess/source/ui/browser/exsrcbrw.cxx | |
parent | 310700264c29671b4c6c358e0beb0dfb3d45cc15 (diff) |
#87937# changes so that after unsuccessfull reloading (or setting a filter or such) a cleanup can be done
Diffstat (limited to 'dbaccess/source/ui/browser/exsrcbrw.cxx')
-rw-r--r-- | dbaccess/source/ui/browser/exsrcbrw.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/ui/browser/exsrcbrw.cxx b/dbaccess/source/ui/browser/exsrcbrw.cxx index 91576f59b..ee58977cc 100644 --- a/dbaccess/source/ui/browser/exsrcbrw.cxx +++ b/dbaccess/source/ui/browser/exsrcbrw.cxx @@ -2,9 +2,9 @@ * * $RCSfile: exsrcbrw.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: fs $ $Date: 2001-05-16 14:28:02 $ + * last change: $Author: fs $ $Date: 2001-07-17 13:07:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -259,7 +259,7 @@ void SAL_CALL SbaExternalSourceBrowser::dispatch(const ::com::sun::star::util::U { OSL_ENSURE(sal_False, ( ByteString("SbaExternalSourceBrowser::dispatch : could not set a column property (") - += ByteString(pControlProps->Name.getStr(), pControlProps->Name.getLength(), RTL_TEXTENCODING_ASCII_US) + += ByteString(pControlProps->Name.getStr(), (sal_uInt16)pControlProps->Name.getLength(), RTL_TEXTENCODING_ASCII_US) += ByteString(")!")).GetBuffer()); } } @@ -446,7 +446,7 @@ void SbaExternalSourceBrowser::Attach(const Reference< XRowSet > & xMaster) initFormatter(); // assume that the master form is already loaded, we have no chance to check this m_bLoadCanceled = sal_False; - FormLoaded(sal_True); + LoadFinished(sal_True); Reference< XResultSetUpdate > xUpdate(xMaster, UNO_QUERY); try |