summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/ado/AViews.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 00:16:24 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 00:16:24 +0000
commit93b84cdd0270950ca7bef796544faa87361c7cf1 (patch)
treeb636b415ca60537fceefd08fba10bfeca6ae5b6c /connectivity/source/drivers/ado/AViews.cxx
parentcad1e861fd9ca055295b9e98b2568d117f806aaf (diff)
INTEGRATION: CWS warnings01 (1.13.30); FILE MERGED
2005/12/22 11:44:38 fs 1.13.30.1: #i57457# warning-free code
Diffstat (limited to 'connectivity/source/drivers/ado/AViews.cxx')
-rw-r--r--connectivity/source/drivers/ado/AViews.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/ado/AViews.cxx b/connectivity/source/drivers/ado/AViews.cxx
index 2a25a1e85796..2ea63c0ee207 100644
--- a/connectivity/source/drivers/ado/AViews.cxx
+++ b/connectivity/source/drivers/ado/AViews.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: AViews.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 05:32:30 $
+ * last change: $Author: hr $ $Date: 2006-06-20 01:16:24 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -115,7 +115,7 @@ void OViews::appendObject( const Reference< XPropertySet >& descriptor )
}
// -------------------------------------------------------------------------
// XDrop
-void OViews::dropObject(sal_Int32 _nPos,const ::rtl::OUString _sElementName)
+void OViews::dropObject(sal_Int32 /*_nPos*/,const ::rtl::OUString _sElementName)
{
if(!m_aCollection.Delete(_sElementName))
ADOS::ThrowException(*m_pCatalog->getConnection()->getConnection(),static_cast<XTypeProvider*>(this));