summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/file/FTables.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 00:26:54 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 00:26:54 +0000
commitc61803d0384094f294ea0e56d4e762aeb3354fc0 (patch)
tree1e99cfb59d1a4e78b25565e8c933ab7a146a7042 /connectivity/source/drivers/file/FTables.cxx
parent4200a58b7fcf2129ef78b6986f1c43ef9aadd916 (diff)
INTEGRATION: CWS warnings01 (1.4.30); FILE MERGED
2005/11/16 12:59:03 fs 1.4.30.1: #i57457# warning free code
Diffstat (limited to 'connectivity/source/drivers/file/FTables.cxx')
-rw-r--r--connectivity/source/drivers/file/FTables.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/file/FTables.cxx b/connectivity/source/drivers/file/FTables.cxx
index 18fcd4f4f6ff..d479c7d99e28 100644
--- a/connectivity/source/drivers/file/FTables.cxx
+++ b/connectivity/source/drivers/file/FTables.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: FTables.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 05:57:49 $
+ * last change: $Author: hr $ $Date: 2006-06-20 01:26:54 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -75,7 +75,7 @@ using namespace ::com::sun::star::container;
namespace starutil = ::com::sun::star::util;
typedef connectivity::sdbcx::OCollection OCollection_TYPE;
-sdbcx::ObjectType OTables::createObject(const ::rtl::OUString& _rName)
+sdbcx::ObjectType OTables::createObject(const ::rtl::OUString& /*_rName*/)
{
return sdbcx::ObjectType();
}