diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2009-11-23 14:28:55 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2009-11-23 14:28:55 +0100 |
commit | f82ce508322002e0af815fdbfa1d102b48b2d1c0 (patch) | |
tree | bc5fbfeb274b174b4ac43a34d2587e24dd25fbfd /dbaccess/source/ui/browser/unodatbr.cxx | |
parent | 1345cdc590fb87c92fb91e92f0d890d1de184414 (diff) |
[CWS autorecovery] removed the dead code for loading in a separate thread
Part of the code relied in the SfxCancellable, which is going to be removed.
Also, this feature wasn't used anymore for a long time now, if we want to have
it, again, we should better re-implement it.
Diffstat (limited to 'dbaccess/source/ui/browser/unodatbr.cxx')
-rw-r--r-- | dbaccess/source/ui/browser/unodatbr.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dbaccess/source/ui/browser/unodatbr.cxx b/dbaccess/source/ui/browser/unodatbr.cxx index aad25f1cd7ab..eecb974ba959 100644 --- a/dbaccess/source/ui/browser/unodatbr.cxx +++ b/dbaccess/source/ui/browser/unodatbr.cxx @@ -1659,10 +1659,6 @@ FeatureState SbaTableQueryBrowser::GetState(sal_uInt16 nId) const if (isValid() && !isValidCursor() && nId != ID_BROWSER_CLOSE) return aReturn; - // no chance while loading the form - if (PendingLoad()) - return aReturn; - switch (nId) { case ID_BROWSER_INSERTCOLUMNS: |