summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/file/fanalyzer.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 01:01:48 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 01:01:48 +0000
commit2fe028c2eff2f4f202db07e9104d5b7a413050e0 (patch)
tree2bc1d98cc6d117856d0be9400022d0fb429f0e14 /connectivity/source/inc/file/fanalyzer.hxx
parent67f6ac6c7d3e91ad848ca53819569740a1921590 (diff)
INTEGRATION: CWS warnings01 (1.11.28); FILE MERGED
2005/11/16 12:59:24 fs 1.11.28.1: #i57457# warning free code
Diffstat (limited to 'connectivity/source/inc/file/fanalyzer.hxx')
-rw-r--r--connectivity/source/inc/file/fanalyzer.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/inc/file/fanalyzer.hxx b/connectivity/source/inc/file/fanalyzer.hxx
index c63993bcee67..53d6cdea4cc5 100644
--- a/connectivity/source/inc/file/fanalyzer.hxx
+++ b/connectivity/source/inc/file/fanalyzer.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fanalyzer.hxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 07:10:26 $
+ * last change: $Author: hr $ $Date: 2006-06-20 02:01:48 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -64,11 +64,11 @@ namespace connectivity
virtual ~OSQLAnalyzer();
inline static void * SAL_CALL operator new( size_t nSize ) SAL_THROW( () )
{ return ::rtl_allocateMemory( nSize ); }
- inline static void * SAL_CALL operator new( size_t nSize,void* _pHint ) SAL_THROW( () )
+ inline static void * SAL_CALL operator new( size_t /*nSize*/,void* _pHint ) SAL_THROW( () )
{ return _pHint; }
inline static void SAL_CALL operator delete( void * pMem ) SAL_THROW( () )
{ ::rtl_freeMemory( pMem ); }
- inline static void SAL_CALL operator delete( void * pMem,void* _pHint ) SAL_THROW( () )
+ inline static void SAL_CALL operator delete( void * /*pMem*/,void* /*_pHint*/ ) SAL_THROW( () )
{ }
void describeParam(::vos::ORef<OSQLColumns> rParameterColumns); // genauere Beschreibung der Parameter