User: rt Date: 2007-11-05 09:02:25+0000 Modified: dba/dbaccess/source/ui/querydesign/QTableWindow.cxx
Log: #i10000# Extra semicolon removed. File Changes: Directory: /dba/dbaccess/source/ui/querydesign/ =============================================== File [changed]: QTableWindow.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/QTableWindow.cxx?r1=1.22&r2=1.23 Delta lines: +4 -4 ------------------- --- QTableWindow.cxx 2007-11-01 15:30:28+0000 1.22 +++ QTableWindow.cxx 2007-11-05 09:02:22+0000 1.23 @@ -4,9 +4,9 @@ * * $RCSfile: QTableWindow.cxx,v $ * - * $Revision: 1.22 $ + * $Revision: 1.23 $ * - * last change: $Author: hr $ $Date: 2007/11/01 15:30:28 $ + * last change: $Author: rt $ $Date: 2007/11/05 09:02:22 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -110,7 +110,7 @@ //======================================================================== // class OQueryTableWindow //======================================================================== -DBG_NAME(OQueryTableWindow); +DBG_NAME(OQueryTableWindow) //------------------------------------------------------------------------------ OQueryTableWindow::OQueryTableWindow( Window* pParent, const TTableWindowData::value_type& pTabWinData, sal_Unicode* pszInitialAlias) :OTableWindow( pParent, pTabWinData ) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
