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
074d4b23
Kaydet (Commit)
074d4b23
authored
Eyl 12, 2015
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Typo: muliple->multiple
Change-Id: Iebcf44d99bd4cabd5f7f1242e44c1c1d8e5a10d5
üst
4f918cd5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
signing.pl
postprocess/signing/signing.pl
+1
-1
markdata.cxx
sc/source/core/data/markdata.cxx
+1
-1
svparser.cxx
svtools/source/svrtf/svparser.cxx
+1
-1
No files found.
postprocess/signing/signing.pl
Dosyayı görüntüle @
074d4b23
...
...
@@ -152,7 +152,7 @@ sub sign_files #09.07.2007 10:36
$commandline_base
.=
" -t $opt_timestamp_url"
if
(
$opt_timestamp_url
ne
""
);
# Here switch between:
# one command line for muliple files (all doesn't work, too much) / for each file one command line
# one command line for mul
t
iple files (all doesn't work, too much) / for each file one command line
if
(
$max_files
>
1
)
{
exec_multi_sign
(
$files_to_sign
,
$commandline_base
);
}
else
...
...
sc/source/core/data/markdata.cxx
Dosyayı görüntüle @
074d4b23
...
...
@@ -377,7 +377,7 @@ void ScMarkData::FillRangeListWithMarks( ScRangeList* pList, bool bClear ) const
if
(
bClear
)
pList
->
RemoveAll
();
//TODO: for muliple selected tables enter multiple ranges !!!
//TODO: for mul
t
iple selected tables enter multiple ranges !!!
if
(
bMultiMarked
)
{
...
...
svtools/source/svrtf/svparser.cxx
Dosyayı görüntüle @
074d4b23
...
...
@@ -153,7 +153,7 @@ sal_Unicode SvParser::GetNextChar()
{
sal_Unicode
c
=
0U
;
// When reading muliple bytes, we don't have to care about the file
// When reading mul
t
iple bytes, we don't have to care about the file
// position when we run into the pending state. The file position is
// maintained by SaveState/RestoreState.
bool
bErr
;
...
...
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