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
5e7c721c
Kaydet (Commit)
5e7c721c
authored
Şub 06, 2012
tarafından
Greg Kroah-Hartman
Kaydeden (comit)
Michael Stahl
Şub 06, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
tools: fsys: Delete unused DirEntry::GetDevice()
üst
80f96ca6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
22 deletions
+0
-22
unx.cxx
tools/source/fsys/unx.cxx
+0
-21
unusedcode.easy
unusedcode.easy
+0
-1
No files found.
tools/source/fsys/unx.cxx
Dosyayı görüntüle @
5e7c721c
...
...
@@ -241,27 +241,6 @@ String DirEntry::GetVolume() const
String
());
}
DirEntry
DirEntry
::
GetDevice
()
const
{
DBG_CHKTHIS
(
DirEntry
,
ImpCheckDirEntry
);
DirEntry
aPath
(
*
this
);
aPath
.
ToAbs
();
struct
stat
buf
;
while
(
stat
(
rtl
::
OUStringToOString
(
aPath
.
GetFull
(),
osl_getThreadTextEncoding
()).
getStr
(),
&
buf
))
{
if
(
aPath
.
Level
()
<=
1
)
return
String
();
aPath
=
aPath
[
1
];
}
mymnttab
&
rMnt
=
mymnt
::
get
();
return
((
buf
.
st_dev
==
rMnt
.
mountdevice
||
GetMountEntry
(
buf
.
st_dev
,
&
rMnt
))
?
String
(
rMnt
.
mountpoint
,
osl_getThreadTextEncoding
())
:
String
());
}
/*************************************************************************
|*
|* DirEntry::SetCWD()
...
...
unusedcode.easy
Dosyayı görüntüle @
5e7c721c
...
...
@@ -18,7 +18,6 @@ DdeTopic::DdeTopic(String const&)
DdeTopic::RemoveItem(DdeItem const&)
DffPropSet::SetPropertyValue(unsigned int, unsigned int) const
Dialog::Dialog(Window*, ResId const&)
DirEntry::GetDevice() const
EditView::GetSelectionMode() const
EditView::SetCursor(Cursor const&)
EditView::SetPointer(Pointer const&)
...
...
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