summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign/QTableWindow.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-11-05 08:06:13 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-11-05 08:06:13 +0000
commitbeb3e1b1fd6cc819aa254158a14859b707e09ad3 (patch)
tree603c9bbcd83bc018a0c0fe1ecffde03dceb24150 /dbaccess/source/ui/querydesign/QTableWindow.cxx
parentb3a365ce773c0da86170dbc414c4abf0e594f674 (diff)
#i10000# Extra semicolon removed.
Diffstat (limited to 'dbaccess/source/ui/querydesign/QTableWindow.cxx')
-rw-r--r--dbaccess/source/ui/querydesign/QTableWindow.cxx6
1 files changed, 3 insertions, 3 deletions
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 )