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
74649d4c
Kaydet (Commit)
74649d4c
authored
Nis 15, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove unused code
Change-Id: Ia0770853b378dd209402f030fe2380ba44a1578f
üst
fa0ffdbe
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
11 deletions
+0
-11
ftpdirp.cxx
ucb/source/ucp/ftp/ftpdirp.cxx
+0
-7
hierarchydatasource.cxx
ucb/source/ucp/hierarchy/hierarchydatasource.cxx
+0
-4
No files found.
ucb/source/ucp/ftp/ftpdirp.cxx
Dosyayı görüntüle @
74649d4c
...
...
@@ -31,13 +31,6 @@ using namespace ftp;
typedef
sal_uInt32
ULONG
;
inline
sal_Bool
ascii_isLetter
(
sal_Unicode
ch
)
{
return
((
(
ch
>=
0x0041
)
&&
(
ch
<=
0x005A
))
||
((
ch
>=
0x0061
)
&&
(
ch
<=
0x007A
)));
}
inline
sal_Bool
ascii_isWhitespace
(
sal_Unicode
ch
)
{
return
((
ch
<=
0x20
)
&&
ch
);
...
...
ucb/source/ucp/hierarchy/hierarchydatasource.cxx
Dosyayı görüntüle @
74649d4c
...
...
@@ -118,10 +118,6 @@ public:
static
OUString
getImplementationName_Static
();
static
css
::
uno
::
Sequence
<
OUString
>
getSupportedServiceNames_Static
();
static
css
::
uno
::
Reference
<
css
::
lang
::
XSingleServiceFactory
>
createServiceFactory
(
const
css
::
uno
::
Reference
<
css
::
lang
::
XMultiServiceFactory
>&
rxServiceMgr
);
// XTypeProvider
virtual
css
::
uno
::
Sequence
<
sal_Int8
>
SAL_CALL
getImplementationId
()
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
...
...
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