summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 15:03:42 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 15:03:42 +0000
commit72157c43dea13448c15675ca279fa2fec647e4f7 (patch)
tree0a7e79676a0800dd3ccf5c3bf02d9790701d5665 /dbaccess/source/ui
parent2be6e04169a4612e383a71a399b246f694d648f6 (diff)
INTEGRATION: CWS dbgmacros1 (1.43.60); FILE MERGED
2003/04/09 10:44:14 kso 1.43.60.1: #108413# - debug macro unification.
Diffstat (limited to 'dbaccess/source/ui')
-rw-r--r--dbaccess/source/ui/querydesign/JoinTableView.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/querydesign/JoinTableView.cxx b/dbaccess/source/ui/querydesign/JoinTableView.cxx
index 8bc6bdd27612..42dfb02f1f4e 100644
--- a/dbaccess/source/ui/querydesign/JoinTableView.cxx
+++ b/dbaccess/source/ui/querydesign/JoinTableView.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: JoinTableView.cxx,v $
*
- * $Revision: 1.43 $
+ * $Revision: 1.44 $
*
- * last change: $Author: oj $ $Date: 2002-11-26 07:46:12 $
+ * last change: $Author: vg $ $Date: 2003-04-15 16:03:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1731,7 +1731,7 @@ void OJoinTableView::addConnection(OTableConnection* _pConnection,sal_Bool _bAdd
{
if ( _bAddData )
{
-#if _DEBUG
+#if OSL_DEBUG_LEVEL > 0
::std::vector< OTableConnectionData*>* pTabConnDataList = m_pView->getController()->getTableConnectionData();
OSL_ENSURE( ::std::find(pTabConnDataList->begin(),pTabConnDataList->end(),_pConnection->GetData()) == pTabConnDataList->end(),"Data already in vector!");
#endif