summaryrefslogtreecommitdiffstats
path: root/dbaccess
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:09:43 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:09:43 +0000
commit0d375096744d6fc0fce58ea591e7dd019c428a89 (patch)
treea3e5be2ccda6f714c691aceb4fa3368fd32be034 /dbaccess
parentINTEGRATION: CWS warnings01 (1.28.50); FILE MERGED (diff)
downloadcore-0d375096744d6fc0fce58ea591e7dd019c428a89.tar.gz
core-0d375096744d6fc0fce58ea591e7dd019c428a89.zip
INTEGRATION: CWS warnings01 (1.15.50); FILE MERGED
2006/05/23 23:54:04 sb 1.15.50.2: RESYNC: (1.15-1.16); FILE MERGED 2006/03/24 15:36:13 fs 1.15.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/dlg/queryorder.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/ui/dlg/queryorder.cxx b/dbaccess/source/ui/dlg/queryorder.cxx
index dd141d206811..d8887be8e0c3 100644
--- a/dbaccess/source/ui/dlg/queryorder.cxx
+++ b/dbaccess/source/ui/dlg/queryorder.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: queryorder.cxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: vg $ $Date: 2006-03-31 12:14:33 $
+ * last change: $Author: hr $ $Date: 2006-06-20 03:09:43 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -88,7 +88,7 @@ using namespace ::com::sun::star::sdbc;
using namespace ::com::sun::star::sdbcx;
using namespace ::com::sun::star::beans;
-DBG_NAME(DlgOrderCrit);
+DBG_NAME(DlgOrderCrit)
//------------------------------------------------------------------------------
DlgOrderCrit::DlgOrderCrit( Window * pParent,
const Reference< XConnection>& _rxConnection,
@@ -196,7 +196,7 @@ DlgOrderCrit::~DlgOrderCrit()
}
//------------------------------------------------------------------------------
-IMPL_LINK_INLINE_START( DlgOrderCrit, FieldListSelectHdl, ListBox *, pListBox )
+IMPL_LINK_INLINE_START( DlgOrderCrit, FieldListSelectHdl, ListBox *, /*pListBox*/ )
{
DBG_CHKTHIS(DlgOrderCrit,NULL);
EnableLines();