User: hr Date: 2007-11-05 12:37:49+0000 Modified: dba/dbaccess/source/ui/relationdesign/RelationTableView.cxx
Log: #i10000#: remove extra semicolon after macro File Changes: Directory: /dba/dbaccess/source/ui/relationdesign/ ================================================== File [changed]: RelationTableView.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/relationdesign/RelationTableView.cxx?r1=1.26&r2=1.27 Delta lines: +4 -4 ------------------- --- RelationTableView.cxx 2007-11-01 15:37:50+0000 1.26 +++ RelationTableView.cxx 2007-11-05 12:37:46+0000 1.27 @@ -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 @@ //================================================================== // class ORelationTableView //================================================================== -DBG_NAME(ORelationTableView); +DBG_NAME(ORelationTableView) //------------------------------------------------------------------------ ORelationTableView::ORelationTableView( Window* pParent, ORelationDesignView* pView ) : OJoinTableView( pParent, pView ) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
