diff options
author | David Tardon <dtardon@redhat.com> | 2011-02-03 09:07:57 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-02-03 09:07:57 +0100 |
commit | bbd8433969a815db2b07fc82eaba3817d9aaa3b1 (patch) | |
tree | eae810abe0dae3d9b2ac178606ba4b84e128a3aa /dbaccess | |
parent | 7ca07a15538f8c923e46b59125ef7acd30417302 (diff) |
now enable the impl too
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/browser/unodatbr.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/browser/unodatbr.cxx b/dbaccess/source/ui/browser/unodatbr.cxx index be53d24074c5..7db48e9f82e3 100644 --- a/dbaccess/source/ui/browser/unodatbr.cxx +++ b/dbaccess/source/ui/browser/unodatbr.cxx @@ -3245,7 +3245,7 @@ sal_Bool SbaTableQueryBrowser::getExistentConnectionFor( SvLBoxEntry* _pAnyEntry return _rConnection.is(); } -#ifdef DBG_UTIL +#if OSL_DEBUG_LEVEL > 0 // ----------------------------------------------------------------------------- bool SbaTableQueryBrowser::impl_isDataSourceEntry( SvLBoxEntry* _pEntry ) const { |