Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
c8a9db7a
Kaydet (Commit)
c8a9db7a
authored
May 01, 2011
tarafından
Francois Tigeot
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove unused function HasReadOnlyFlag()
üst
269dabfe
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
16 deletions
+0
-16
fsys.hxx
tools/inc/tools/fsys.hxx
+0
-1
fstat.cxx
tools/source/fsys/fstat.cxx
+0
-15
No files found.
tools/inc/tools/fsys.hxx
Dosyayı görüntüle @
c8a9db7a
...
...
@@ -225,7 +225,6 @@ public:
static
sal_uIntPtr
SetReadOnlyFlag
(
const
DirEntry
&
rEntry
,
sal_Bool
bRO
=
sal_True
);
static
sal_Bool
GetReadOnlyFlag
(
const
DirEntry
&
rEntry
);
static
sal_Bool
HasReadOnlyFlag
();
static
ErrCode
QueryDiskSpace
(
const
String
&
rPath
,
BigInt
&
rFreeBytes
,
BigInt
&
rTotalBytes
);
...
...
tools/source/fsys/fstat.cxx
Dosyayı görüntüle @
c8a9db7a
...
...
@@ -132,21 +132,6 @@ sal_Bool FileStat::IsKind( DirEntryKind nKind ) const
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()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment