diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2007-11-05 08:06:13 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2007-11-05 08:06:13 +0000 |
commit | 05bb89ae77bbafca6918d351985dbe30a8482d8a (patch) | |
tree | 746d824aa7dbbfd7e18c41f49f3560e9e46b6cbb /dbaccess | |
parent | 45d91ebb8df780c9e4a25f76cca2349d0283c38f (diff) |
#i10000# Extra semicolon removed.
Diffstat (limited to 'dbaccess')
5 files changed, 15 insertions, 15 deletions
diff --git a/dbaccess/source/ui/querydesign/QTableConnection.cxx b/dbaccess/source/ui/querydesign/QTableConnection.cxx index f8afcab3f..40517c1ee 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 8e2a5ebfd..1765cba81 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 52ac52ec6..ea67400aa 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 64d044161..958c6be0f 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 093991c1d..39ded50b4 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 |