summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/relationdesign/RelationTableView.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-11-05 11:37:46 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-11-05 11:37:46 +0000
commita7d4473dd39146001db31bbf202299167c5b74eb (patch)
treeb4dbf400b19227bcdd0f8f63dc21da6752e8bc29 /dbaccess/source/ui/relationdesign/RelationTableView.cxx
parent59cf8f62966d03153112c7315ed9e438990eb4b6 (diff)
#i10000#: remove extra semicolon after macro
Diffstat (limited to 'dbaccess/source/ui/relationdesign/RelationTableView.cxx')
-rw-r--r--dbaccess/source/ui/relationdesign/RelationTableView.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/relationdesign/RelationTableView.cxx b/dbaccess/source/ui/relationdesign/RelationTableView.cxx
index 6d48685b56c6..e038c56df218 100644
--- a/dbaccess/source/ui/relationdesign/RelationTableView.cxx
+++ b/dbaccess/source/ui/relationdesign/RelationTableView.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: RelationTableView.cxx,v $
*
- * $Revision: 1.26 $
+ * $Revision: 1.27 $
*
- * last change: $Author: hr $ $Date: 2007-11-01 15:37:50 $
+ * last change: $Author: hr $ $Date: 2007-11-05 12:37:46 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -144,7 +144,7 @@ using namespace ::com::sun::star::accessibility;
//==================================================================
// class ORelationTableView
//==================================================================
-DBG_NAME(ORelationTableView);
+DBG_NAME(ORelationTableView)
//------------------------------------------------------------------------
ORelationTableView::ORelationTableView( Window* pParent, ORelationDesignView* pView )
: OJoinTableView( pParent, pView )