diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-03-12 19:20:31 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-03-12 19:20:31 -0600 |
commit | 1f9060d1e01be5f4f830ee772950d0a98b362064 (patch) | |
tree | ac38d493baa982fa99d38a34aa1c453d7b939b8f /dbaccess/source/ui/browser/brwctrlr.cxx | |
parent | 256f6ca67d03b875e8e6a355a6cf5130ea7404a3 (diff) |
fix mis-merge
Diffstat (limited to 'dbaccess/source/ui/browser/brwctrlr.cxx')
-rw-r--r-- | dbaccess/source/ui/browser/brwctrlr.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dbaccess/source/ui/browser/brwctrlr.cxx b/dbaccess/source/ui/browser/brwctrlr.cxx index 29e243823b67..6e07b440565e 100644 --- a/dbaccess/source/ui/browser/brwctrlr.cxx +++ b/dbaccess/source/ui/browser/brwctrlr.cxx @@ -2723,6 +2723,7 @@ void SbaXDataBrowserController::initializeParser() const { // (only if the statement isn't native) // (it is allowed to use the PROPERTY_ISPASSTHROUGH : _after_ loading a form it is valid) xFormSet->getPropertyValue(PROPERTY_SINGLESELECTQUERYCOMPOSER) >>= m_xParser; + } } catch(Exception&) { |