Kaydet (Commit) c8a9db7a authored tarafından Francois Tigeot's avatar Francois Tigeot

Remove unused function HasReadOnlyFlag()

üst 269dabfe
...@@ -225,7 +225,6 @@ public: ...@@ -225,7 +225,6 @@ public:
static sal_uIntPtr SetReadOnlyFlag( const DirEntry &rEntry, sal_Bool bRO = sal_True ); static sal_uIntPtr SetReadOnlyFlag( const DirEntry &rEntry, sal_Bool bRO = sal_True );
static sal_Bool GetReadOnlyFlag( const DirEntry &rEntry ); static sal_Bool GetReadOnlyFlag( const DirEntry &rEntry );
static sal_Bool HasReadOnlyFlag();
static ErrCode QueryDiskSpace( const String &rPath, static ErrCode QueryDiskSpace( const String &rPath,
BigInt &rFreeBytes, BigInt &rTotalBytes ); BigInt &rFreeBytes, BigInt &rTotalBytes );
......
...@@ -132,21 +132,6 @@ sal_Bool FileStat::IsKind( DirEntryKind nKind ) const ...@@ -132,21 +132,6 @@ sal_Bool FileStat::IsKind( DirEntryKind nKind ) const
return bRet; return bRet;
} }
/*************************************************************************
|*
|* FileStat::HasReadOnlyFlag()
|*
*************************************************************************/
sal_Bool FileStat::HasReadOnlyFlag()
{
#if defined WNT || defined UNX || defined OS2
return sal_True;
#else
return sal_False;
#endif
}
/************************************************************************* /*************************************************************************
|* |*
|* FileStat::GetReadOnlyFlag() |* FileStat::GetReadOnlyFlag()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment