summaryrefslogtreecommitdiff
path: root/tools/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 12:42:57 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 12:42:57 +0000
commitadc69675974ef5bad0695486966a529b348f939b (patch)
tree26e540c49a27c9574c9556f7853b73dc3f07ef70 /tools/source
parentb9f089c289428bb7709137ad8eff87487fb3260c (diff)
INTEGRATION: CWS warnings01 (1.6.8); FILE MERGED
2006/05/23 17:55:04 sb 1.6.8.4: RESYNC: (1.6-1.7); FILE MERGED 2005/10/27 12:28:59 sb 1.6.8.3: #i53898# Made code warning-free. 2005/10/14 11:19:34 sb 1.6.8.2: #i53898# Made code warning-free; cleanup. 2005/10/13 13:24:28 sb 1.6.8.1: #i53898# Removed code for obsolete platforms.
Diffstat (limited to 'tools/source')
-rw-r--r--tools/source/fsys/unx.cxx17
1 files changed, 7 insertions, 10 deletions
diff --git a/tools/source/fsys/unx.cxx b/tools/source/fsys/unx.cxx
index 4d97bbeeff3f..d49904f61d65 100644
--- a/tools/source/fsys/unx.cxx
+++ b/tools/source/fsys/unx.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: unx.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2006-05-04 08:36:57 $
+ * last change: $Author: hr $ $Date: 2006-06-19 13:42:57 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -92,8 +92,6 @@ DECLARE_LIST( FileStatList, FileStat* )
#define MOUNTFS mnt_type
#endif
-static BOOL bLastCaseSensitive = FALSE;
-
struct mymnttab
{
dev_t mountdevice;
@@ -389,7 +387,7 @@ DirEntry DirEntry::GetDevice() const
|*
*************************************************************************/
-BOOL DirEntry::SetCWD( BOOL bSloppy )
+BOOL DirEntry::SetCWD( BOOL bSloppy ) const
{
DBG_CHKTHIS( DirEntry, ImpCheckDirEntry );
@@ -500,7 +498,7 @@ FileStat::FileStat( const void *, const void * ):
|* Letzte Aenderung MA 07.11.91
|*
*************************************************************************/
-BOOL FileStat::Update( const DirEntry& rDirEntry, BOOL bAccessRemovableDevice )
+BOOL FileStat::Update( const DirEntry& rDirEntry, BOOL )
{
nSize = 0;
@@ -612,7 +610,7 @@ const char *TempDirImpl( char *pBuf )
|*
*************************************************************************/
-FSysPathStyle DirEntry::GetPathStyle( const String &rDevice )
+FSysPathStyle DirEntry::GetPathStyle( const String & )
{
return FSYS_STYLE_UNX;
}
@@ -660,15 +658,14 @@ void FileStat::SetDateTime( const String& rFileName,
//=========================================================================
-ErrCode FileStat::QueryDiskSpace( const String &rPath,
- BigInt &rFreeBytes, BigInt &rTotalBytes )
+ErrCode FileStat::QueryDiskSpace( const String &, BigInt &, BigInt & )
{
return ERRCODE_IO_NOTSUPPORTED;
}
//=========================================================================
-void FSysEnableSysErrorBox( BOOL bEnable )
+void FSysEnableSysErrorBox( BOOL )
{
}