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
c2e7add0
Kaydet (Commit)
c2e7add0
authored
Agu 20, 2012
tarafından
Tim Retout
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
installer: Remove unused remove_scpactions_without_name
Change-Id: I22e959adc5ee7a9901f812cadc7492fd229fbb15
üst
e91df3e7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
35 deletions
+0
-35
make_installer.pl
solenv/bin/make_installer.pl
+0
-2
scriptitems.pm
solenv/bin/modules/installer/scriptitems.pm
+0
-33
No files found.
solenv/bin/make_installer.pl
Dosyayı görüntüle @
c2e7add0
...
...
@@ -411,8 +411,6 @@ if ( $installer::globals::helppack ) { installer::scriptitems::use_langpack_copy
if
(
$allvariableshashref
->
{
'PRODUCTNAME'
}
eq
"LibO-dev"
)
{
installer::scriptitems::
use_devversion_copy_scpaction
(
$scpactionsinproductarrayref
);
}
if
(
$
installer::globals::
patch
)
{
installer::scriptitems::
use_patch_copy_scpaction
(
$scpactionsinproductarrayref
);
}
# $scpactionsinproductarrayref = installer::scriptitems::remove_scpactions_without_name($scpactionsinproductarrayref);
installer::scriptitems::
change_keys_of_scpactions
(
$scpactionsinproductarrayref
);
installer::logger::
print_message
(
"... analyzing shortcuts ... \n"
);
...
...
solenv/bin/modules/installer/scriptitems.pm
Dosyayı görüntüle @
c2e7add0
...
...
@@ -1500,39 +1500,6 @@ sub make_filename_language_specific
}
}
############################################################################
# Removing all scpactions, that have no name.
# See: FlatLoaderZip
############################################################################
sub
remove_scpactions_without_name
{
my
(
$itemsarrayref
)
=
@_
;
my
$infoline
;
my
@newitemsarray
=
();
for
(
my
$i
=
0
;
$i
<=
$#
{
$itemsarrayref
};
$i
++
)
{
my
$oneitem
=
$
{
$itemsarrayref
}[
$i
];
my
$name
=
""
;
if
(
$oneitem
->
{
'Name'
}
)
{
$name
=
$oneitem
->
{
'Name'
};
}
if
(
$name
eq
""
)
{
$infoline
=
"ATTENTION: Removing scpaction $oneitem->{'gid'} from the installation set.\n"
;
push
(
@
installer::globals::
logfileinfo
,
$infoline
);
next
;
}
push
(
@newitemsarray
,
$oneitem
);
}
return
\
@newitemsarray
;
}
############################################################################
# Because of the item "File" the source name must be "Name". Therefore
# "Copy" is changed to "Name" and "Name" is changed to "DestinationName".
...
...
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