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
d2405b54
Kaydet (Commit)
d2405b54
authored
Eyl 08, 2012
tarafından
Andras Timar
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
installer: remove unused code
Change-Id: I8f0229b8dd0a135f525076e98996d44be2018050
üst
e520fa15
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
53 deletions
+0
-53
idtglobal.pm
solenv/bin/modules/installer/windows/idtglobal.pm
+0
-53
No files found.
solenv/bin/modules/installer/windows/idtglobal.pm
Dosyayı görüntüle @
d2405b54
...
@@ -1261,59 +1261,6 @@ sub get_free_number_in_uisequence_table
...
@@ -1261,59 +1261,6 @@ sub get_free_number_in_uisequence_table
return
$newnumber
;
return
$newnumber
;
}
}
##################################################################
# Searching for a specified string in the feature table
##################################################################
sub
get_feature_name
{
my
(
$string
,
$featuretable
)
=
@_
;
my
$featurename
=
""
;
for
(
my
$i
=
0
;
$i
<=
$#
{
$featuretable
};
$i
++
)
{
if
(
$
{
$featuretable
}[
$i
]
=~
/^\s*(\w+$string)\t/
)
{
$featurename
=
$1
;
last
;
}
}
return
$featurename
;
}
######################################################################
# Returning the toplevel directory name of one specific file
######################################################################
sub
get_directory_name_from_file
{
my
(
$onefile
)
=
@_
;
my
$destination
=
$onefile
->
{
'destination'
};
my
$name
=
$onefile
->
{
'Name'
};
$destination
=~
s/\Q$name\E\s*$//
;
$destination
=~
s/\Q$installer::globals::separator\E\s*$//
;
my
$path
=
""
;
if
(
$destination
=~
/\Q$installer::globals::separator\E/
)
{
if
(
$destination
=~
/^\s*(\S.*\S\Q$installer::globals::separator\E)(\S.+\S?)/
)
{
$path
=
$2
;
}
}
else
{
$path
=
$destination
;
}
return
$path
;
}
#############################################################
#############################################################
# Including the new subdir into the directory table
# Including the new subdir into the directory table
#############################################################
#############################################################
...
...
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