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 | 5c591c832c37c3006ef3919c1b5b0c06ac849047 (patch) | |
tree | 4d1f99f2f192b66ddaab038054ec09e775b5a6e3 | |
parent | e735e86976a2f7f1de4b05581791e694459d4c32 (diff) |
now enable the impl too
-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 1d40c9147..667071641 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 { |