From beb3e1b1fd6cc819aa254158a14859b707e09ad3 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Mon, 5 Nov 2007 08:06:13 +0000 Subject: #i10000# Extra semicolon removed. --- dbaccess/source/ui/querydesign/QTableConnection.cxx | 6 +++--- dbaccess/source/ui/querydesign/QTableConnectionData.cxx | 6 +++--- dbaccess/source/ui/querydesign/QTableWindow.cxx | 6 +++--- dbaccess/source/ui/querydesign/TableWindow.cxx | 6 +++--- dbaccess/source/ui/querydesign/TableWindowData.cxx | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-) (limited to 'dbaccess/source') diff --git a/dbaccess/source/ui/querydesign/QTableConnection.cxx b/dbaccess/source/ui/querydesign/QTableConnection.cxx index 8d399ebd9379..3eee09f11776 100644 --- a/dbaccess/source/ui/querydesign/QTableConnection.cxx +++ b/dbaccess/source/ui/querydesign/QTableConnection.cxx @@ -4,9 +4,9 @@ * * $RCSfile: QTableConnection.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2007-11-01 15:29:30 $ + * last change: $Author: rt $ $Date: 2007-11-05 08:54:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -51,7 +51,7 @@ using namespace dbaui; //======================================================================== // class OQueryTableConnection //======================================================================== -DBG_NAME(OQueryTableConnection); +DBG_NAME(OQueryTableConnection) //------------------------------------------------------------------------ OQueryTableConnection::OQueryTableConnection(OQueryTableView* pContainer, const TTableConnectionData::value_type& pTabConnData) diff --git a/dbaccess/source/ui/querydesign/QTableConnectionData.cxx b/dbaccess/source/ui/querydesign/QTableConnectionData.cxx index 1f897f8ce13f..c34e4208300c 100644 --- a/dbaccess/source/ui/querydesign/QTableConnectionData.cxx +++ b/dbaccess/source/ui/querydesign/QTableConnectionData.cxx @@ -4,9 +4,9 @@ * * $RCSfile: QTableConnectionData.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: hr $ $Date: 2007-11-01 15:29:59 $ + * last change: $Author: rt $ $Date: 2007-11-05 08:58:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -53,7 +53,7 @@ using namespace dbaui; //======================================================================== // class OQueryTableConnectionData //======================================================================== -DBG_NAME(OQueryTableConnectionData); +DBG_NAME(OQueryTableConnectionData) //------------------------------------------------------------------------ OQueryTableConnectionData::OQueryTableConnectionData() :OTableConnectionData() diff --git a/dbaccess/source/ui/querydesign/QTableWindow.cxx b/dbaccess/source/ui/querydesign/QTableWindow.cxx index acde5bef5f3a..7da0a43369c7 100644 --- a/dbaccess/source/ui/querydesign/QTableWindow.cxx +++ b/dbaccess/source/ui/querydesign/QTableWindow.cxx @@ -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 @@ using namespace dbaui; //======================================================================== // class OQueryTableWindow //======================================================================== -DBG_NAME(OQueryTableWindow); +DBG_NAME(OQueryTableWindow) //------------------------------------------------------------------------------ OQueryTableWindow::OQueryTableWindow( Window* pParent, const TTableWindowData::value_type& pTabWinData, sal_Unicode* pszInitialAlias) :OTableWindow( pParent, pTabWinData ) diff --git a/dbaccess/source/ui/querydesign/TableWindow.cxx b/dbaccess/source/ui/querydesign/TableWindow.cxx index 2742517e40bd..52f3608c7cd7 100644 --- a/dbaccess/source/ui/querydesign/TableWindow.cxx +++ b/dbaccess/source/ui/querydesign/TableWindow.cxx @@ -4,9 +4,9 @@ * * $RCSfile: TableWindow.cxx,v $ * - * $Revision: 1.36 $ + * $Revision: 1.37 $ * - * last change: $Author: hr $ $Date: 2007-11-01 15:33:32 $ + * last change: $Author: rt $ $Date: 2007-11-05 09:04:35 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -133,7 +133,7 @@ using namespace ::com::sun::star::accessibility; //======================================================================== // class OTableWindow //======================================================================== -DBG_NAME(OTableWindow); +DBG_NAME(OTableWindow) //------------------------------------------------------------------------------ OTableWindow::OTableWindow( Window* pParent, const TTableWindowData::value_type& pTabWinData ) :Window( pParent, WB_3DLOOK|WB_MOVEABLE ) diff --git a/dbaccess/source/ui/querydesign/TableWindowData.cxx b/dbaccess/source/ui/querydesign/TableWindowData.cxx index df5200823d73..bd9d1960e964 100644 --- a/dbaccess/source/ui/querydesign/TableWindowData.cxx +++ b/dbaccess/source/ui/querydesign/TableWindowData.cxx @@ -4,9 +4,9 @@ * * $RCSfile: TableWindowData.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2007-11-01 15:33:49 $ + * last change: $Author: rt $ $Date: 2007-11-05 09:06:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -59,7 +59,7 @@ using namespace ::com::sun::star::container; //================================================================== // class OTableWindowData //================================================================== -DBG_NAME(OTableWindowData); +DBG_NAME(OTableWindowData) //------------------------------------------------------------------------------ OTableWindowData::OTableWindowData( const Reference< XPropertySet>& _xTable ,const ::rtl::OUString& _rComposedName -- cgit