diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-05 11:37:46 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-05 11:37:46 +0000 |
commit | a7d4473dd39146001db31bbf202299167c5b74eb (patch) | |
tree | b4dbf400b19227bcdd0f8f63dc21da6752e8bc29 /dbaccess/source/ui/relationdesign/RelationTableView.cxx | |
parent | 59cf8f62966d03153112c7315ed9e438990eb4b6 (diff) |
#i10000#: remove extra semicolon after macro
Diffstat (limited to 'dbaccess/source/ui/relationdesign/RelationTableView.cxx')
-rw-r--r-- | dbaccess/source/ui/relationdesign/RelationTableView.cxx | 6 |
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 ) |