summaryrefslogtreecommitdiff
path: root/sot
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 04:52:50 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 04:52:50 +0000
commitbaaa3524492bb4e774ef0ee7ec4545599c2de64c (patch)
treeb0473b2784373991b98db62a0f48e995379ac03f /sot
parent1dc9b765987a2f82fa3c6da60ff48f604ff713c8 (diff)
INTEGRATION: CWS warnings01 (1.7.8); FILE MERGED
2005/10/28 16:15:26 pl 1.7.8.2: #i55991# removed warnings for solaris platform 2005/10/21 16:25:06 pl 1.7.8.1: #i55991# removed warnings for linux platform
Diffstat (limited to 'sot')
-rw-r--r--sot/source/base/filelist.cxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/sot/source/base/filelist.cxx b/sot/source/base/filelist.cxx
index a7ef8f3dfec1..8bb9e0fcecf6 100644
--- a/sot/source/base/filelist.cxx
+++ b/sot/source/base/filelist.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: filelist.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 07:38:28 $
+ * last change: $Author: hr $ $Date: 2006-06-20 05:52:50 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -39,7 +39,6 @@
#include<tools/rtti.hxx>
#include<exchange.hxx>
#include<filelist.hxx>
-#pragma hdrstop
#ifndef _OSL_THREAD_H_
#include <osl/thread.h>
@@ -48,7 +47,7 @@
TYPEINIT1_AUTOFACTORY( FileList, SvDataCopyStream );
// String-Liste zum Speichern der Namen deklarieren
-DECLARE_LIST( FileStringList, String* );
+DECLARE_LIST( FileStringList, String* )
/*************************************************************************
@@ -140,7 +139,7 @@ void FileList::Assign( const SvDataCopyStream& rCopyStream )
* e.g. DropQueryFile
*/
-SvStream& operator<<( SvStream& rOStm, const FileList& rFileList )
+SvStream& operator<<( SvStream& rOStm, const FileList& /*rFileList*/ )
{
OSL_ENSURE(false, "Not implemented!");
return rOStm;