diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-19 16:57:12 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-19 16:57:12 +0000 |
commit | 4b48b810027633a3d88b982b4a5c03338cbae0f0 (patch) | |
tree | ea161357eaaa2924b2ecb0817c7174148fe04471 /dbaccess/source/ui/browser/brwctrlr.cxx | |
parent | 8addb96a3832c7d5805fdf698c3b57699d577f8b (diff) |
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'dbaccess/source/ui/browser/brwctrlr.cxx')
-rw-r--r-- | dbaccess/source/ui/browser/brwctrlr.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/dbaccess/source/ui/browser/brwctrlr.cxx b/dbaccess/source/ui/browser/brwctrlr.cxx index fa9830d00..c569c4adf 100644 --- a/dbaccess/source/ui/browser/brwctrlr.cxx +++ b/dbaccess/source/ui/browser/brwctrlr.cxx @@ -2,9 +2,9 @@ * * $RCSfile: brwctrlr.cxx,v $ * - * $Revision: 1.73 $ + * $Revision: 1.74 $ * - * last change: $Author: fs $ $Date: 2002-11-22 12:47:04 $ + * last change: $Author: hr $ $Date: 2003-03-19 17:52:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1115,9 +1115,6 @@ void SbaXDataBrowserController::elementReplaced(const ::com::sun::star::containe // ----------------------------------------------------------------------- sal_Bool SbaXDataBrowserController::suspend(sal_Bool bSuspend) throw( RuntimeException ) { - if ( rBHelper.bDisposed ) - throw DisposedException( ::rtl::OUString(), *this ); - // m_bSuspending = sal_True; // // have a pending open operation ? |